Class CfnGatewayTargetPropsMixin.ManagedVpcResourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.ManagedVpcResourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.ManagedVpcResourceProperty>
- Enclosing interface:
CfnGatewayTargetPropsMixin.ManagedVpcResourceProperty
@Stability(Stable)
public static final class CfnGatewayTargetPropsMixin.ManagedVpcResourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.ManagedVpcResourceProperty>
A builder for
CfnGatewayTargetPropsMixin.ManagedVpcResourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.endpointIpAddressType(String endpointIpAddressType) routingDomain(String routingDomain) Sets the value ofCfnGatewayTargetPropsMixin.ManagedVpcResourceProperty.getRoutingDomain()securityGroupIds(List<String> securityGroupIds) Sets the value ofCfnGatewayTargetPropsMixin.ManagedVpcResourceProperty.getSubnetIds()vpcIdentifier(String vpcIdentifier) Sets the value ofCfnGatewayTargetPropsMixin.ManagedVpcResourceProperty.getVpcIdentifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endpointIpAddressType
@Stability(Stable) public CfnGatewayTargetPropsMixin.ManagedVpcResourceProperty.Builder endpointIpAddressType(String endpointIpAddressType) - Parameters:
endpointIpAddressType- the value to be set.- Returns:
this
-
routingDomain
@Stability(Stable) public CfnGatewayTargetPropsMixin.ManagedVpcResourceProperty.Builder routingDomain(String routingDomain) Sets the value ofCfnGatewayTargetPropsMixin.ManagedVpcResourceProperty.getRoutingDomain()- Parameters:
routingDomain- the value to be set.- Returns:
this
-
securityGroupIds
@Stability(Stable) public CfnGatewayTargetPropsMixin.ManagedVpcResourceProperty.Builder securityGroupIds(List<String> securityGroupIds) - Parameters:
securityGroupIds- the value to be set.- Returns:
this
-
subnetIds
@Stability(Stable) public CfnGatewayTargetPropsMixin.ManagedVpcResourceProperty.Builder subnetIds(List<String> subnetIds) Sets the value ofCfnGatewayTargetPropsMixin.ManagedVpcResourceProperty.getSubnetIds()- Parameters:
subnetIds- the value to be set.- Returns:
this
-
vpcIdentifier
@Stability(Stable) public CfnGatewayTargetPropsMixin.ManagedVpcResourceProperty.Builder vpcIdentifier(String vpcIdentifier) Sets the value ofCfnGatewayTargetPropsMixin.ManagedVpcResourceProperty.getVpcIdentifier()- Parameters:
vpcIdentifier- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.ManagedVpcResourceProperty>- Returns:
- a new instance of
CfnGatewayTargetPropsMixin.ManagedVpcResourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-