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