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