Class CfnRequesterGatewayMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnRequesterGatewayMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRequesterGatewayMixinProps>
- Enclosing interface:
CfnRequesterGatewayMixinProps
@Stability(Stable)
public static final class CfnRequesterGatewayMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRequesterGatewayMixinProps>
A builder for
CfnRequesterGatewayMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnRequesterGatewayMixinProps.getDescription()securityGroupIds(List<? extends Object> securityGroupIds) Sets the value ofCfnRequesterGatewayMixinProps.getSecurityGroupIds()Sets the value ofCfnRequesterGatewayMixinProps.getSubnetIds()Sets the value ofCfnRequesterGatewayMixinProps.getTags()Sets the value ofCfnRequesterGatewayMixinProps.getVpcId()Sets the value ofCfnRequesterGatewayMixinProps.getVpcId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnRequesterGatewayMixinProps.getDescription()- Parameters:
description- An optional description for the requester gateway.- Returns:
this
-
securityGroupIds
@Stability(Stable) public CfnRequesterGatewayMixinProps.Builder securityGroupIds(List<? extends Object> securityGroupIds) Sets the value ofCfnRequesterGatewayMixinProps.getSecurityGroupIds()- Parameters:
securityGroupIds- The unique identifiers of the security groups.- Returns:
this
-
subnetIds
@Stability(Stable) public CfnRequesterGatewayMixinProps.Builder subnetIds(List<? extends Object> subnetIds) Sets the value ofCfnRequesterGatewayMixinProps.getSubnetIds()- Parameters:
subnetIds- The unique identifiers of the subnets.- Returns:
this
-
tags
Sets the value ofCfnRequesterGatewayMixinProps.getTags()- Parameters:
tags- A map of the key-value pairs of the tag or tags to assign to the resource.- Returns:
this
-
vpcId
Sets the value ofCfnRequesterGatewayMixinProps.getVpcId()- Parameters:
vpcId- The unique identifier of the Virtual Private Cloud (VPC).- Returns:
this
-
vpcId
Sets the value ofCfnRequesterGatewayMixinProps.getVpcId()- Parameters:
vpcId- The unique identifier of the Virtual Private Cloud (VPC).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRequesterGatewayMixinProps>- Returns:
- a new instance of
CfnRequesterGatewayMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-