public static interface GetTerminologyRequest.Builder extends TranslateRequest.Builder, SdkPojo, CopyableBuilder<GetTerminologyRequest.Builder,GetTerminologyRequest>
Modifier and Type | Method and Description |
---|---|
GetTerminologyRequest.Builder |
name(String name)
The name of the custom terminology being retrieved.
|
GetTerminologyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTerminologyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTerminologyRequest.Builder |
terminologyDataFormat(String terminologyDataFormat)
The data format of the custom terminology being retrieved.
|
GetTerminologyRequest.Builder |
terminologyDataFormat(TerminologyDataFormat terminologyDataFormat)
The data format of the custom terminology being retrieved.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetTerminologyRequest.Builder name(String name)
The name of the custom terminology being retrieved.
name
- The name of the custom terminology being retrieved.GetTerminologyRequest.Builder terminologyDataFormat(String terminologyDataFormat)
The data format of the custom terminology being retrieved.
If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.
If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.
terminologyDataFormat
- The data format of the custom terminology being retrieved.
If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.
If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.
TerminologyDataFormat
,
TerminologyDataFormat
GetTerminologyRequest.Builder terminologyDataFormat(TerminologyDataFormat terminologyDataFormat)
The data format of the custom terminology being retrieved.
If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.
If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.
terminologyDataFormat
- The data format of the custom terminology being retrieved.
If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.
If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.
TerminologyDataFormat
,
TerminologyDataFormat
GetTerminologyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetTerminologyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.