public static interface CreateParallelDataRequest.Builder extends TranslateRequest.Builder, SdkPojo, CopyableBuilder<CreateParallelDataRequest.Builder,CreateParallelDataRequest>
Modifier and Type | Method and Description |
---|---|
CreateParallelDataRequest.Builder |
clientToken(String clientToken)
A unique identifier for the request.
|
CreateParallelDataRequest.Builder |
description(String description)
A custom description for the parallel data resource in Amazon Translate.
|
default CreateParallelDataRequest.Builder |
encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
Sets the value of the EncryptionKey property for this object.
|
CreateParallelDataRequest.Builder |
encryptionKey(EncryptionKey encryptionKey)
Sets the value of the EncryptionKey property for this object.
|
CreateParallelDataRequest.Builder |
name(String name)
A custom name for the parallel data resource in Amazon Translate.
|
CreateParallelDataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateParallelDataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateParallelDataRequest.Builder |
parallelDataConfig(Consumer<ParallelDataConfig.Builder> parallelDataConfig)
Specifies the format and S3 location of the parallel data input file.
|
CreateParallelDataRequest.Builder |
parallelDataConfig(ParallelDataConfig parallelDataConfig)
Specifies the format and S3 location of the parallel data input file.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateParallelDataRequest.Builder name(String name)
A custom name for the parallel data resource in Amazon Translate. You must assign a name that is unique in the account and region.
name
- A custom name for the parallel data resource in Amazon Translate. You must assign a name that is
unique in the account and region.CreateParallelDataRequest.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.CreateParallelDataRequest.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 CreateParallelDataRequest.Builder parallelDataConfig(Consumer<ParallelDataConfig.Builder> parallelDataConfig)
Specifies the format and S3 location of the parallel data input file.
This is a convenience 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.Builder
parallelDataConfig(ParallelDataConfig)
CreateParallelDataRequest.Builder encryptionKey(EncryptionKey encryptionKey)
encryptionKey
- The new value for the EncryptionKey property for this object.default CreateParallelDataRequest.Builder encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
EncryptionKey.Builder
avoiding the need to
create one manually via EncryptionKey.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to encryptionKey(EncryptionKey)
.encryptionKey
- a consumer that will call methods on EncryptionKey.Builder
encryptionKey(EncryptionKey)
CreateParallelDataRequest.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.CreateParallelDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateParallelDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.