public static interface UpdateParallelDataRequest.Builder extends TranslateRequest.Builder, SdkPojo, CopyableBuilder<UpdateParallelDataRequest.Builder,UpdateParallelDataRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateParallelDataRequest.Builder name(String name)
The name of the parallel data resource being updated.
name - The name of the parallel data resource being updated.UpdateParallelDataRequest.Builder description(String description)
A custom description for the parallel data resource in Amazon Translate.
description - A custom description for the parallel data resource in Amazon Translate.UpdateParallelDataRequest.Builder parallelDataConfig(ParallelDataConfig parallelDataConfig)
Specifies the format and S3 location of the parallel data input file.
parallelDataConfig - Specifies the format and S3 location of the parallel data input file.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.Builder avoiding the
need to create one manually via ParallelDataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to parallelDataConfig(ParallelDataConfig).parallelDataConfig - a consumer that will call methods on ParallelDataConfig.BuilderparallelDataConfig(ParallelDataConfig)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.
clientToken - A unique identifier for the request. This token is automatically generated when you use Amazon
Translate through an AWS SDK.UpdateParallelDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateParallelDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.