public static interface GetTerminologyResponse.Builder extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<GetTerminologyResponse.Builder,GetTerminologyResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetTerminologyResponse.Builder |
terminologyDataLocation(Consumer<TerminologyDataLocation.Builder> terminologyDataLocation)
The data location of the custom terminology being retrieved.
|
GetTerminologyResponse.Builder |
terminologyDataLocation(TerminologyDataLocation terminologyDataLocation)
The data location of the custom terminology being retrieved.
|
default GetTerminologyResponse.Builder |
terminologyProperties(Consumer<TerminologyProperties.Builder> terminologyProperties)
The properties of the custom terminology being retrieved.
|
GetTerminologyResponse.Builder |
terminologyProperties(TerminologyProperties terminologyProperties)
The properties of the custom terminology being retrieved.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetTerminologyResponse.Builder terminologyProperties(TerminologyProperties terminologyProperties)
The properties of the custom terminology being retrieved.
terminologyProperties - The properties of the custom terminology being retrieved.default GetTerminologyResponse.Builder terminologyProperties(Consumer<TerminologyProperties.Builder> terminologyProperties)
The properties of the custom terminology being retrieved.
This is a convenience that creates an instance of theTerminologyProperties.Builder avoiding the need
to create one manually via TerminologyProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to terminologyProperties(TerminologyProperties).terminologyProperties - a consumer that will call methods on TerminologyProperties.BuilderterminologyProperties(TerminologyProperties)GetTerminologyResponse.Builder terminologyDataLocation(TerminologyDataLocation terminologyDataLocation)
The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.
terminologyDataLocation - The data location of the custom terminology being retrieved. The custom terminology file is returned
in a presigned url that has a 30 minute expiration.default GetTerminologyResponse.Builder terminologyDataLocation(Consumer<TerminologyDataLocation.Builder> terminologyDataLocation)
The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.
This is a convenience that creates an instance of theTerminologyDataLocation.Builder avoiding the
need to create one manually via TerminologyDataLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to terminologyDataLocation(TerminologyDataLocation).terminologyDataLocation - a consumer that will call methods on TerminologyDataLocation.BuilderterminologyDataLocation(TerminologyDataLocation)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.