public static interface OutputDataConfig.Builder extends SdkPojo, CopyableBuilder<OutputDataConfig.Builder,OutputDataConfig>
Modifier and Type | Method and Description |
---|---|
default OutputDataConfig.Builder |
encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
Sets the value of the EncryptionKey property for this object.
|
OutputDataConfig.Builder |
encryptionKey(EncryptionKey encryptionKey)
Sets the value of the EncryptionKey property for this object.
|
OutputDataConfig.Builder |
s3Uri(String s3Uri)
The URI of the S3 folder that contains a translation job's output file.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
OutputDataConfig.Builder s3Uri(String s3Uri)
The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.
s3Uri
- The URI of the S3 folder that contains a translation job's output file. The folder must be in the same
Region as the API endpoint that you are calling.OutputDataConfig.Builder encryptionKey(EncryptionKey encryptionKey)
encryptionKey
- The new value for the EncryptionKey property for this object.default OutputDataConfig.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)
Copyright © 2023. All rights reserved.