Interface UpdateLinkModuleFlowRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLinkModuleFlowRequest.Builder,,UpdateLinkModuleFlowRequest> RtbFabricRequest.Builder,SdkBuilder<UpdateLinkModuleFlowRequest.Builder,,UpdateLinkModuleFlowRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateLinkModuleFlowRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.The unique identifier of the gateway.The unique identifier of the link.modules(Collection<ModuleConfiguration> modules) The configuration of a module.modules(Consumer<ModuleConfiguration.Builder>... modules) The configuration of a module.modules(ModuleConfiguration... modules) The configuration of a module.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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
-
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.
-
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.
-
linkId
The unique identifier of the link.
- Parameters:
linkId- The unique identifier of the link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modules
The configuration of a module.
- Parameters:
modules- The configuration of a module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modules
The configuration of a module.
- Parameters:
modules- The configuration of a module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modules
The configuration of a module.
This is a convenience method that creates an instance of theModuleConfiguration.Builderavoiding the need to create one manually viaModuleConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodules(List<ModuleConfiguration>).- Parameters:
modules- a consumer that will call methods onModuleConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateLinkModuleFlowRequest.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
UpdateLinkModuleFlowRequest.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.
-