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