Interface CreateResponderGatewayRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateResponderGatewayRequest.Builder,,CreateResponderGatewayRequest> RtbFabricRequest.Builder,SdkBuilder<CreateResponderGatewayRequest.Builder,,CreateResponderGatewayRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateResponderGatewayRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) The unique client token.description(String description) An optional description for the responder gateway.domainName(String domainName) The domain name for the responder gateway.gatewayType(String gatewayType) The type of gateway.gatewayType(GatewayType gatewayType) The type of gateway.listenerConfig(Consumer<ListenerConfig.Builder> listenerConfig) Sets the value of the ListenerConfig property for this object.listenerConfig(ListenerConfig listenerConfig) Sets the value of the ListenerConfig property for this object.managedEndpointConfiguration(Consumer<ManagedEndpointConfiguration.Builder> managedEndpointConfiguration) The configuration for the managed endpoint.managedEndpointConfiguration(ManagedEndpointConfiguration managedEndpointConfiguration) The configuration for the managed endpoint.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The networking port to use.The networking protocol to use.The networking protocol to use.securityGroupIds(String... securityGroupIds) The unique identifiers of the security groups.securityGroupIds(Collection<String> securityGroupIds) The unique identifiers of the security groups.The unique identifiers of the subnets.subnetIds(Collection<String> subnetIds) The unique identifiers of the subnets.A map of the key-value pairs of the tag or tags to assign to the resource.trustStoreConfiguration(Consumer<TrustStoreConfiguration.Builder> trustStoreConfiguration) The configuration of the trust store.trustStoreConfiguration(TrustStoreConfiguration trustStoreConfiguration) The configuration of the trust store.The unique identifier of the Virtual Private Cloud (VPC).Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rtbfabric.model.RtbFabricRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
vpcId
The unique identifier of the Virtual Private Cloud (VPC).
- Parameters:
vpcId- The unique identifier of the Virtual Private Cloud (VPC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The unique identifiers of the subnets.
- Parameters:
subnetIds- The unique identifiers of the subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The unique identifiers of the subnets.
- Parameters:
subnetIds- The unique identifiers of the subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The unique identifiers of the security groups.
- Parameters:
securityGroupIds- The unique identifiers of the security groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The unique identifiers of the security groups.
- Parameters:
securityGroupIds- The unique identifiers of the security groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
The domain name for the responder gateway.
- Parameters:
domainName- The domain name for the responder gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
port
The networking port to use.
- Parameters:
port- The networking port to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
The networking protocol to use.
- Parameters:
protocol- The networking protocol to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocol
The networking protocol to use.
- Parameters:
protocol- The networking protocol to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
listenerConfig
Sets the value of the ListenerConfig property for this object.- Parameters:
listenerConfig- The new value for the ListenerConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listenerConfig
default CreateResponderGatewayRequest.Builder listenerConfig(Consumer<ListenerConfig.Builder> listenerConfig) Sets the value of the ListenerConfig property for this object. This is a convenience method that creates an instance of theListenerConfig.Builderavoiding the need to create one manually viaListenerConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolistenerConfig(ListenerConfig).- Parameters:
listenerConfig- a consumer that will call methods onListenerConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
trustStoreConfiguration
CreateResponderGatewayRequest.Builder trustStoreConfiguration(TrustStoreConfiguration trustStoreConfiguration) The configuration of the trust store.
- Parameters:
trustStoreConfiguration- The configuration of the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustStoreConfiguration
default CreateResponderGatewayRequest.Builder trustStoreConfiguration(Consumer<TrustStoreConfiguration.Builder> trustStoreConfiguration) The configuration of the trust store.
This is a convenience method that creates an instance of theTrustStoreConfiguration.Builderavoiding the need to create one manually viaTrustStoreConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totrustStoreConfiguration(TrustStoreConfiguration).- Parameters:
trustStoreConfiguration- a consumer that will call methods onTrustStoreConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
managedEndpointConfiguration
CreateResponderGatewayRequest.Builder managedEndpointConfiguration(ManagedEndpointConfiguration managedEndpointConfiguration) The configuration for the managed endpoint.
- Parameters:
managedEndpointConfiguration- The configuration for the managed endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedEndpointConfiguration
default CreateResponderGatewayRequest.Builder managedEndpointConfiguration(Consumer<ManagedEndpointConfiguration.Builder> managedEndpointConfiguration) The configuration for the managed endpoint.
This is a convenience method that creates an instance of theManagedEndpointConfiguration.Builderavoiding the need to create one manually viaManagedEndpointConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomanagedEndpointConfiguration(ManagedEndpointConfiguration).- Parameters:
managedEndpointConfiguration- a consumer that will call methods onManagedEndpointConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientToken
The unique client token.
- Parameters:
clientToken- The unique client token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
An optional description for the responder gateway.
- Parameters:
description- An optional description for the responder gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayType
The type of gateway. Valid values are
EXTERNALorINTERNAL.- Parameters:
gatewayType- The type of gateway. Valid values areEXTERNALorINTERNAL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
gatewayType
The type of gateway. Valid values are
EXTERNALorINTERNAL.- Parameters:
gatewayType- The type of gateway. Valid values areEXTERNALorINTERNAL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateResponderGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateResponderGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-