Class CfnRuntimePropsMixin.ManagedVpcResourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnRuntimePropsMixin.ManagedVpcResourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuntimePropsMixin.ManagedVpcResourceProperty>
- Enclosing interface:
CfnRuntimePropsMixin.ManagedVpcResourceProperty
@Stability(Stable)
public static final class CfnRuntimePropsMixin.ManagedVpcResourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuntimePropsMixin.ManagedVpcResourceProperty>
A builder for
CfnRuntimePropsMixin.ManagedVpcResourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.endpointIpAddressType(String endpointIpAddressType) routingDomain(String routingDomain) Sets the value ofCfnRuntimePropsMixin.ManagedVpcResourceProperty.getRoutingDomain()securityGroupIds(List<String> securityGroupIds) Sets the value ofCfnRuntimePropsMixin.ManagedVpcResourceProperty.getSecurityGroupIds()Sets the value ofCfnRuntimePropsMixin.ManagedVpcResourceProperty.getSubnetIds()Sets the value ofCfnRuntimePropsMixin.ManagedVpcResourceProperty.getTags()vpcIdentifier(String vpcIdentifier) Sets the value ofCfnRuntimePropsMixin.ManagedVpcResourceProperty.getVpcIdentifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endpointIpAddressType
@Stability(Stable) public CfnRuntimePropsMixin.ManagedVpcResourceProperty.Builder endpointIpAddressType(String endpointIpAddressType) - Parameters:
endpointIpAddressType- The IP address type for the endpoint.- Returns:
this
-
routingDomain
@Stability(Stable) public CfnRuntimePropsMixin.ManagedVpcResourceProperty.Builder routingDomain(String routingDomain) Sets the value ofCfnRuntimePropsMixin.ManagedVpcResourceProperty.getRoutingDomain()- Parameters:
routingDomain- An intermediate domain to use as the resource configuration endpoint instead of the actual target domain.- Returns:
this
-
securityGroupIds
@Stability(Stable) public CfnRuntimePropsMixin.ManagedVpcResourceProperty.Builder securityGroupIds(List<String> securityGroupIds) Sets the value ofCfnRuntimePropsMixin.ManagedVpcResourceProperty.getSecurityGroupIds()- Parameters:
securityGroupIds- The security group IDs.- Returns:
this
-
subnetIds
@Stability(Stable) public CfnRuntimePropsMixin.ManagedVpcResourceProperty.Builder subnetIds(List<String> subnetIds) Sets the value ofCfnRuntimePropsMixin.ManagedVpcResourceProperty.getSubnetIds()- Parameters:
subnetIds- The subnet IDs.- Returns:
this
-
tags
@Stability(Stable) public CfnRuntimePropsMixin.ManagedVpcResourceProperty.Builder tags(Map<String, String> tags) Sets the value ofCfnRuntimePropsMixin.ManagedVpcResourceProperty.getTags()- Parameters:
tags- Tags to apply to the managed VPC Lattice resource gateway.- Returns:
this
-
vpcIdentifier
@Stability(Stable) public CfnRuntimePropsMixin.ManagedVpcResourceProperty.Builder vpcIdentifier(String vpcIdentifier) Sets the value ofCfnRuntimePropsMixin.ManagedVpcResourceProperty.getVpcIdentifier()- Parameters:
vpcIdentifier- The VPC identifier.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRuntimePropsMixin.ManagedVpcResourceProperty>- Returns:
- a new instance of
CfnRuntimePropsMixin.ManagedVpcResourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-