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