Class CfnRequesterGatewayPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnRequesterGatewayPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRequesterGatewayPropsMixin>
- Enclosing class:
CfnRequesterGatewayPropsMixin
@Stability(Stable)
public static final class CfnRequesterGatewayPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRequesterGatewayPropsMixin>
A fluent builder for
CfnRequesterGatewayPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) An optional description for the requester gateway.securityGroupIds(List<? extends Object> securityGroupIds) The unique identifiers of the security groups.The unique identifiers of the subnets.A map of the key-value pairs of the tag or tags to assign to the resource.The unique identifier of the Virtual Private Cloud (VPC).The unique identifier of the Virtual Private Cloud (VPC).
-
Method Details
-
create
@Stability(Stable) public static CfnRequesterGatewayPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRequesterGatewayPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRequesterGatewayPropsMixin.Builder.
-
description
An optional description for the requester gateway.- Parameters:
description- An optional description for the requester gateway. This parameter is required.- Returns:
this- See Also:
-
securityGroupIds
@Stability(Stable) public CfnRequesterGatewayPropsMixin.Builder securityGroupIds(List<? extends Object> securityGroupIds) The unique identifiers of the security groups.- Parameters:
securityGroupIds- The unique identifiers of the security groups. This parameter is required.- Returns:
this- See Also:
-
subnetIds
@Stability(Stable) public CfnRequesterGatewayPropsMixin.Builder subnetIds(List<? extends Object> subnetIds) The unique identifiers of the subnets.- Parameters:
subnetIds- The unique identifiers of the subnets. This parameter is required.- Returns:
this- See Also:
-
tags
A map of the key-value pairs of the tag or tags to assign to the resource.- Parameters:
tags- A map of the key-value pairs of the tag or tags to assign to the resource. This parameter is required.- Returns:
this- See Also:
-
vpcId
The unique identifier of the Virtual Private Cloud (VPC).- Parameters:
vpcId- The unique identifier of the Virtual Private Cloud (VPC). This parameter is required.- Returns:
this- See Also:
-
vpcId
The unique identifier of the Virtual Private Cloud (VPC).- Parameters:
vpcId- The unique identifier of the Virtual Private Cloud (VPC). This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRequesterGatewayPropsMixin>- Returns:
- a newly built instance of
CfnRequesterGatewayPropsMixin.
-