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