Class CfnHarnessPropsMixin.PrivateEndpointProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnHarnessPropsMixin.PrivateEndpointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHarnessPropsMixin.PrivateEndpointProperty>
- Enclosing interface:
CfnHarnessPropsMixin.PrivateEndpointProperty
@Stability(Stable)
public static final class CfnHarnessPropsMixin.PrivateEndpointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHarnessPropsMixin.PrivateEndpointProperty>
A builder for
CfnHarnessPropsMixin.PrivateEndpointProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.managedVpcResource(CfnHarnessPropsMixin.ManagedVpcResourceProperty managedVpcResource) Sets the value ofCfnHarnessPropsMixin.PrivateEndpointProperty.getManagedVpcResource()managedVpcResource(IResolvable managedVpcResource) Sets the value ofCfnHarnessPropsMixin.PrivateEndpointProperty.getManagedVpcResource()selfManagedLatticeResource(CfnHarnessPropsMixin.SelfManagedLatticeResourceProperty selfManagedLatticeResource) selfManagedLatticeResource(IResolvable selfManagedLatticeResource)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
managedVpcResource
@Stability(Stable) public CfnHarnessPropsMixin.PrivateEndpointProperty.Builder managedVpcResource(IResolvable managedVpcResource) Sets the value ofCfnHarnessPropsMixin.PrivateEndpointProperty.getManagedVpcResource()- Parameters:
managedVpcResource- Configuration for a service-managed VPC endpoint.- Returns:
this
-
managedVpcResource
@Stability(Stable) public CfnHarnessPropsMixin.PrivateEndpointProperty.Builder managedVpcResource(CfnHarnessPropsMixin.ManagedVpcResourceProperty managedVpcResource) Sets the value ofCfnHarnessPropsMixin.PrivateEndpointProperty.getManagedVpcResource()- Parameters:
managedVpcResource- Configuration for a service-managed VPC endpoint.- Returns:
this
-
selfManagedLatticeResource
@Stability(Stable) public CfnHarnessPropsMixin.PrivateEndpointProperty.Builder selfManagedLatticeResource(IResolvable selfManagedLatticeResource) - Parameters:
selfManagedLatticeResource- Configuration for connecting to a private resource using a self-managed VPC Lattice resource configuration.- Returns:
this
-
selfManagedLatticeResource
@Stability(Stable) public CfnHarnessPropsMixin.PrivateEndpointProperty.Builder selfManagedLatticeResource(CfnHarnessPropsMixin.SelfManagedLatticeResourceProperty selfManagedLatticeResource) - Parameters:
selfManagedLatticeResource- Configuration for connecting to a private resource using a self-managed VPC Lattice resource configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHarnessPropsMixin.PrivateEndpointProperty>- Returns:
- a new instance of
CfnHarnessPropsMixin.PrivateEndpointProperty - Throws:
NullPointerException- if any required attribute was not provided
-