public static interface ImportTerminologyResponse.Builder extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<ImportTerminologyResponse.Builder,ImportTerminologyResponse>
Modifier and Type | Method and Description |
---|---|
default ImportTerminologyResponse.Builder |
terminologyProperties(Consumer<TerminologyProperties.Builder> terminologyProperties)
The properties of the custom terminology being imported.
|
ImportTerminologyResponse.Builder |
terminologyProperties(TerminologyProperties terminologyProperties)
The properties of the custom terminology being imported.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ImportTerminologyResponse.Builder terminologyProperties(TerminologyProperties terminologyProperties)
The properties of the custom terminology being imported.
terminologyProperties
- The properties of the custom terminology being imported.default ImportTerminologyResponse.Builder terminologyProperties(Consumer<TerminologyProperties.Builder> terminologyProperties)
The properties of the custom terminology being imported.
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.Builder
terminologyProperties(TerminologyProperties)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.