Interface UpdateResponderGatewayRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateResponderGatewayRequest.Builder,
,UpdateResponderGatewayRequest> RtbFabricRequest.Builder
,SdkBuilder<UpdateResponderGatewayRequest.Builder,
,UpdateResponderGatewayRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateResponderGatewayRequest
-
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.The unique identifier of the gateway.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.trustStoreConfiguration
(Consumer<TrustStoreConfiguration.Builder> trustStoreConfiguration) The configuration of the trust store.trustStoreConfiguration
(TrustStoreConfiguration trustStoreConfiguration) The configuration of the trust store.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.rtbfabric.model.RtbFabricRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
trustStoreConfiguration
UpdateResponderGatewayRequest.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 UpdateResponderGatewayRequest.Builder trustStoreConfiguration(Consumer<TrustStoreConfiguration.Builder> trustStoreConfiguration) The configuration of the trust store.
This is a convenience method that creates an instance of theTrustStoreConfiguration.Builder
avoiding the need to create one manually viaTrustStoreConfiguration.builder()
.When the
Consumer
completes,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
UpdateResponderGatewayRequest.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 UpdateResponderGatewayRequest.Builder managedEndpointConfiguration(Consumer<ManagedEndpointConfiguration.Builder> managedEndpointConfiguration) The configuration for the managed endpoint.
This is a convenience method that creates an instance of theManagedEndpointConfiguration.Builder
avoiding the need to create one manually viaManagedEndpointConfiguration.builder()
.When the
Consumer
completes,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.
-
gatewayId
The unique identifier of the gateway.
- Parameters:
gatewayId
- The unique identifier of the gateway.- 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.
-
overrideConfiguration
UpdateResponderGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateResponderGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-