public static interface DescribeTextTranslationJobResponse.Builder extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<DescribeTextTranslationJobResponse.Builder,DescribeTextTranslationJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeTextTranslationJobResponse.Builder |
textTranslationJobProperties(Consumer<TextTranslationJobProperties.Builder> textTranslationJobProperties)
An object that contains the properties associated with an asynchronous batch translation job.
|
DescribeTextTranslationJobResponse.Builder |
textTranslationJobProperties(TextTranslationJobProperties textTranslationJobProperties)
An object that contains the properties associated with an asynchronous batch translation job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTextTranslationJobResponse.Builder textTranslationJobProperties(TextTranslationJobProperties textTranslationJobProperties)
An object that contains the properties associated with an asynchronous batch translation job.
textTranslationJobProperties - An object that contains the properties associated with an asynchronous batch translation job.default DescribeTextTranslationJobResponse.Builder textTranslationJobProperties(Consumer<TextTranslationJobProperties.Builder> textTranslationJobProperties)
An object that contains the properties associated with an asynchronous batch translation job.
This is a convenience that creates an instance of theTextTranslationJobProperties.Builder avoiding
the need to create one manually via TextTranslationJobProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to textTranslationJobProperties(TextTranslationJobProperties).textTranslationJobProperties - a consumer that will call methods on TextTranslationJobProperties.BuildertextTranslationJobProperties(TextTranslationJobProperties)Copyright © 2021. All rights reserved.