| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
default GetTerminologyResponse.Builder |
GetTerminologyResponse.Builder.auxiliaryDataLocation(Consumer<TerminologyDataLocation.Builder> auxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
GetTerminologyResponse.Builder |
GetTerminologyResponse.Builder.auxiliaryDataLocation(TerminologyDataLocation auxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
static GetTerminologyResponse.Builder |
GetTerminologyResponse.builder() |
default GetTerminologyResponse.Builder |
GetTerminologyResponse.Builder.terminologyDataLocation(Consumer<TerminologyDataLocation.Builder> terminologyDataLocation)
The Amazon S3 location of the most recent custom terminology input file that was successfully imported into
Amazon Translate.
|
GetTerminologyResponse.Builder |
GetTerminologyResponse.Builder.terminologyDataLocation(TerminologyDataLocation terminologyDataLocation)
The Amazon S3 location of the most recent custom terminology input file that was successfully imported into
Amazon Translate.
|
default GetTerminologyResponse.Builder |
GetTerminologyResponse.Builder.terminologyProperties(Consumer<TerminologyProperties.Builder> terminologyProperties)
The properties of the custom terminology being retrieved.
|
GetTerminologyResponse.Builder |
GetTerminologyResponse.Builder.terminologyProperties(TerminologyProperties terminologyProperties)
The properties of the custom terminology being retrieved.
|
GetTerminologyResponse.Builder |
GetTerminologyResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetTerminologyResponse.Builder> |
GetTerminologyResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.