Class CfnRequesterGateway.Builder
java.lang.Object
software.amazon.awscdk.services.rtbfabric.CfnRequesterGateway.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRequesterGateway>
- Enclosing class:
CfnRequesterGateway
@Stability(Stable)
public static final class CfnRequesterGateway.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRequesterGateway>
A fluent builder for
CfnRequesterGateway.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnRequesterGateway.Builderdescription(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 CfnRequesterGateway.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnRequesterGateway.Builder.
-
securityGroupIds
@Stability(Stable) public CfnRequesterGateway.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
The unique identifiers of the subnets.- Parameters:
subnetIds- The unique identifiers of the subnets. 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:
-
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:
-
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:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRequesterGateway>- Returns:
- a newly built instance of
CfnRequesterGateway.
-