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 TypeMethodDescriptionclientRoutingPolicy(String clientRoutingPolicy) The client routing policy of the gateway.clientRoutingPolicy(ClientRoutingPolicy clientRoutingPolicy) The client routing policy of the gateway.clientToken(String clientToken) Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.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.Unique identifiers of the subnets.subnetIds(Collection<String> subnetIds) 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
Unique identifiers of the subnets. A service quota for your account sets the number of Availability Zones that your subnets can span. By default, this quota is one Availability Zone. To span more Availability Zones, request a quota increase.
- Parameters:
subnetIds- Unique identifiers of the subnets. A service quota for your account sets the number of Availability Zones that your subnets can span. By default, this quota is one Availability Zone. To span more Availability Zones, request a quota increase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
Unique identifiers of the subnets. A service quota for your account sets the number of Availability Zones that your subnets can span. By default, this quota is one Availability Zone. To span more Availability Zones, request a quota increase.
- Parameters:
subnetIds- Unique identifiers of the subnets. A service quota for your account sets the number of Availability Zones that your subnets can span. By default, this quota is one Availability Zone. To span more Availability Zones, request a quota increase.- 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
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same
clientToken, but with different parameters, the retry fails with anIdempotentParameterMismatcherror.- Parameters:
clientToken- Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same
clientToken, but with different parameters, the retry fails with anIdempotentParameterMismatcherror.- 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:
-
clientRoutingPolicy
The client routing policy of the gateway. This policy controls which Availability Zones RTB Fabric uses to reach the gateway for the requester gateways that send traffic to it. Valid values are the following:
-
AVAILABILITY_ZONE_AFFINITY: RTB Fabric routes each requester's traffic to gateway capacity in the requester's own Availability Zone when the gateway has capacity available there. Otherwise, RTB Fabric routes the traffic to gateway capacity in the other Availability Zones of the gateway. -
ANY_AVAILABILITY_ZONE: RTB Fabric routes each requester's traffic to gateway capacity in every Availability Zone that the subnets of the gateway span. The Availability Zone that the requester is in does not change this.
If you don't specify a value, RTB Fabric uses
AVAILABILITY_ZONE_AFFINITY. To get the behavior ofANY_AVAILABILITY_ZONE, create the gateway with subnets in more than one Availability Zone. RTB Fabric does not support partial Availability Zone affinity, soPARTIAL_AVAILABILITY_ZONE_AFFINITYis not a valid value. For more information, see Configuring Availability Zone affinity in the Amazon Web Services RTB Fabric User Guide.- Parameters:
clientRoutingPolicy- The client routing policy of the gateway. This policy controls which Availability Zones RTB Fabric uses to reach the gateway for the requester gateways that send traffic to it. Valid values are the following:-
AVAILABILITY_ZONE_AFFINITY: RTB Fabric routes each requester's traffic to gateway capacity in the requester's own Availability Zone when the gateway has capacity available there. Otherwise, RTB Fabric routes the traffic to gateway capacity in the other Availability Zones of the gateway. -
ANY_AVAILABILITY_ZONE: RTB Fabric routes each requester's traffic to gateway capacity in every Availability Zone that the subnets of the gateway span. The Availability Zone that the requester is in does not change this.
If you don't specify a value, RTB Fabric uses
AVAILABILITY_ZONE_AFFINITY. To get the behavior ofANY_AVAILABILITY_ZONE, create the gateway with subnets in more than one Availability Zone. RTB Fabric does not support partial Availability Zone affinity, soPARTIAL_AVAILABILITY_ZONE_AFFINITYis not a valid value. For more information, see Configuring Availability Zone affinity in the Amazon Web Services RTB Fabric User Guide.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
clientRoutingPolicy
The client routing policy of the gateway. This policy controls which Availability Zones RTB Fabric uses to reach the gateway for the requester gateways that send traffic to it. Valid values are the following:
-
AVAILABILITY_ZONE_AFFINITY: RTB Fabric routes each requester's traffic to gateway capacity in the requester's own Availability Zone when the gateway has capacity available there. Otherwise, RTB Fabric routes the traffic to gateway capacity in the other Availability Zones of the gateway. -
ANY_AVAILABILITY_ZONE: RTB Fabric routes each requester's traffic to gateway capacity in every Availability Zone that the subnets of the gateway span. The Availability Zone that the requester is in does not change this.
If you don't specify a value, RTB Fabric uses
AVAILABILITY_ZONE_AFFINITY. To get the behavior ofANY_AVAILABILITY_ZONE, create the gateway with subnets in more than one Availability Zone. RTB Fabric does not support partial Availability Zone affinity, soPARTIAL_AVAILABILITY_ZONE_AFFINITYis not a valid value. For more information, see Configuring Availability Zone affinity in the Amazon Web Services RTB Fabric User Guide.- Parameters:
clientRoutingPolicy- The client routing policy of the gateway. This policy controls which Availability Zones RTB Fabric uses to reach the gateway for the requester gateways that send traffic to it. Valid values are the following:-
AVAILABILITY_ZONE_AFFINITY: RTB Fabric routes each requester's traffic to gateway capacity in the requester's own Availability Zone when the gateway has capacity available there. Otherwise, RTB Fabric routes the traffic to gateway capacity in the other Availability Zones of the gateway. -
ANY_AVAILABILITY_ZONE: RTB Fabric routes each requester's traffic to gateway capacity in every Availability Zone that the subnets of the gateway span. The Availability Zone that the requester is in does not change this.
If you don't specify a value, RTB Fabric uses
AVAILABILITY_ZONE_AFFINITY. To get the behavior ofANY_AVAILABILITY_ZONE, create the gateway with subnets in more than one Availability Zone. RTB Fabric does not support partial Availability Zone affinity, soPARTIAL_AVAILABILITY_ZONE_AFFINITYis not a valid value. For more information, see Configuring Availability Zone affinity in the Amazon Web Services RTB Fabric User Guide.-
- 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.
-