Interface GetTerminologyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetTerminologyRequest.Builder,GetTerminologyRequest>,SdkBuilder<GetTerminologyRequest.Builder,GetTerminologyRequest>,SdkPojo,SdkRequest.Builder,TranslateRequest.Builder
- Enclosing class:
- GetTerminologyRequest
public static interface GetTerminologyRequest.Builder extends TranslateRequest.Builder, SdkPojo, CopyableBuilder<GetTerminologyRequest.Builder,GetTerminologyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTerminologyRequest.Buildername(String name)The name of the custom terminology being retrieved.GetTerminologyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTerminologyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTerminologyRequest.BuilderterminologyDataFormat(String terminologyDataFormat)The data format of the custom terminology being retrieved.GetTerminologyRequest.BuilderterminologyDataFormat(TerminologyDataFormat terminologyDataFormat)The data format of the custom terminology being retrieved.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.translate.model.TranslateRequest.Builder
build
-
-
-
-
Method Detail
-
name
GetTerminologyRequest.Builder name(String name)
The name of the custom terminology being retrieved.
- Parameters:
name- The name of the custom terminology being retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
terminologyDataFormat
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TerminologyDataFormat,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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TerminologyDataFormat,TerminologyDataFormat
-
overrideConfiguration
GetTerminologyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetTerminologyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-