Class CfnResponderGateway.Builder
java.lang.Object
software.amazon.awscdk.services.rtbfabric.CfnResponderGateway.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResponderGateway>
- Enclosing class:
CfnResponderGateway
@Stability(Stable)
public static final class CfnResponderGateway.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResponderGateway>
A fluent builder for
CfnResponderGateway.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnResponderGateway.Builderdescription(String description) An optional description for the responder gateway.domainName(String domainName) The domain name for the responder gateway.managedEndpointConfiguration(IResolvable managedEndpointConfiguration) The configuration for the managed endpoint.managedEndpointConfiguration(CfnResponderGateway.ManagedEndpointConfigurationProperty managedEndpointConfiguration) The configuration for the managed endpoint.The networking port to use.The networking protocol to use.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.trustStoreConfiguration(IResolvable trustStoreConfiguration) The configuration of the trust store.trustStoreConfiguration(CfnResponderGateway.TrustStoreConfigurationProperty trustStoreConfiguration) The configuration of the trust store.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 CfnResponderGateway.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
CfnResponderGateway.Builder.
-
port
The networking port to use.- Parameters:
port- The networking port to use. This parameter is required.- Returns:
this- See Also:
-
protocol
The networking protocol to use.- Parameters:
protocol- The networking protocol to use. This parameter is required.- Returns:
this- See Also:
-
securityGroupIds
@Stability(Stable) public CfnResponderGateway.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 responder gateway.- Parameters:
description- An optional description for the responder gateway. This parameter is required.- Returns:
this- See Also:
-
domainName
The domain name for the responder gateway.- Parameters:
domainName- The domain name for the responder gateway. This parameter is required.- Returns:
this- See Also:
-
managedEndpointConfiguration
@Stability(Stable) public CfnResponderGateway.Builder managedEndpointConfiguration(IResolvable managedEndpointConfiguration) The configuration for the managed endpoint.- Parameters:
managedEndpointConfiguration- The configuration for the managed endpoint. This parameter is required.- Returns:
this- See Also:
-
managedEndpointConfiguration
@Stability(Stable) public CfnResponderGateway.Builder managedEndpointConfiguration(CfnResponderGateway.ManagedEndpointConfigurationProperty managedEndpointConfiguration) The configuration for the managed endpoint.- Parameters:
managedEndpointConfiguration- The configuration for the managed endpoint. 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:
-
trustStoreConfiguration
@Stability(Stable) public CfnResponderGateway.Builder trustStoreConfiguration(IResolvable trustStoreConfiguration) The configuration of the trust store.- Parameters:
trustStoreConfiguration- The configuration of the trust store. This parameter is required.- Returns:
this- See Also:
-
trustStoreConfiguration
@Stability(Stable) public CfnResponderGateway.Builder trustStoreConfiguration(CfnResponderGateway.TrustStoreConfigurationProperty trustStoreConfiguration) The configuration of the trust store.- Parameters:
trustStoreConfiguration- The configuration of the trust store. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResponderGateway>- Returns:
- a newly built instance of
CfnResponderGateway.
-