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