Interface UpdateParallelDataRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateParallelDataRequest.Builder,UpdateParallelDataRequest>,SdkBuilder<UpdateParallelDataRequest.Builder,UpdateParallelDataRequest>,SdkPojo,SdkRequest.Builder,TranslateRequest.Builder
- Enclosing class:
- UpdateParallelDataRequest
public static interface UpdateParallelDataRequest.Builder extends TranslateRequest.Builder, SdkPojo, CopyableBuilder<UpdateParallelDataRequest.Builder,UpdateParallelDataRequest>
-
-
Method Summary
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.translate.model.TranslateRequest.Builder
build
-
-
-
-
Method Detail
-
name
UpdateParallelDataRequest.Builder name(String name)
The name of the parallel data resource being updated.
- Parameters:
name- The name of the parallel data resource being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateParallelDataRequest.Builder description(String description)
A custom description for the parallel data resource in Amazon Translate.
- Parameters:
description- A custom description for the parallel data resource in Amazon Translate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parallelDataConfig
UpdateParallelDataRequest.Builder parallelDataConfig(ParallelDataConfig parallelDataConfig)
Specifies the format and S3 location of the parallel data input file.
- Parameters:
parallelDataConfig- Specifies the format and S3 location of the parallel data input file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parallelDataConfig
default UpdateParallelDataRequest.Builder parallelDataConfig(Consumer<ParallelDataConfig.Builder> parallelDataConfig)
Specifies the format and S3 location of the parallel data input file.
This is a convenience method that creates an instance of theParallelDataConfig.Builderavoiding the need to create one manually viaParallelDataConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparallelDataConfig(ParallelDataConfig).- Parameters:
parallelDataConfig- a consumer that will call methods onParallelDataConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
parallelDataConfig(ParallelDataConfig)
-
clientToken
UpdateParallelDataRequest.Builder clientToken(String clientToken)
A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.
- Parameters:
clientToken- A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateParallelDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateParallelDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-