public static interface GetParallelDataResponse.Builder extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<GetParallelDataResponse.Builder,GetParallelDataResponse>
Modifier and Type | Method and Description |
---|---|
default GetParallelDataResponse.Builder |
auxiliaryDataLocation(Consumer<ParallelDataDataLocation.Builder> auxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
GetParallelDataResponse.Builder |
auxiliaryDataLocation(ParallelDataDataLocation auxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
default GetParallelDataResponse.Builder |
dataLocation(Consumer<ParallelDataDataLocation.Builder> dataLocation)
The location of the most recent parallel data input file that was successfully imported into Amazon
Translate.
|
GetParallelDataResponse.Builder |
dataLocation(ParallelDataDataLocation dataLocation)
The location of the most recent parallel data input file that was successfully imported into Amazon
Translate.
|
default GetParallelDataResponse.Builder |
latestUpdateAttemptAuxiliaryDataLocation(Consumer<ParallelDataDataLocation.Builder> latestUpdateAttemptAuxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
GetParallelDataResponse.Builder |
latestUpdateAttemptAuxiliaryDataLocation(ParallelDataDataLocation latestUpdateAttemptAuxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
default GetParallelDataResponse.Builder |
parallelDataProperties(Consumer<ParallelDataProperties.Builder> parallelDataProperties)
The properties of the parallel data resource that is being retrieved.
|
GetParallelDataResponse.Builder |
parallelDataProperties(ParallelDataProperties parallelDataProperties)
The properties of the parallel data resource that is being retrieved.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetParallelDataResponse.Builder parallelDataProperties(ParallelDataProperties parallelDataProperties)
The properties of the parallel data resource that is being retrieved.
parallelDataProperties
- The properties of the parallel data resource that is being retrieved.default GetParallelDataResponse.Builder parallelDataProperties(Consumer<ParallelDataProperties.Builder> parallelDataProperties)
The properties of the parallel data resource that is being retrieved.
This is a convenience that creates an instance of theParallelDataProperties.Builder
avoiding the
need to create one manually via ParallelDataProperties.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to parallelDataProperties(ParallelDataProperties)
.parallelDataProperties
- a consumer that will call methods on ParallelDataProperties.Builder
parallelDataProperties(ParallelDataProperties)
GetParallelDataResponse.Builder dataLocation(ParallelDataDataLocation dataLocation)
The location of the most recent parallel data input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30 minute expiration.
dataLocation
- The location of the most recent parallel data input file that was successfully imported into Amazon
Translate. The location is returned as a presigned URL that has a 30 minute expiration.default GetParallelDataResponse.Builder dataLocation(Consumer<ParallelDataDataLocation.Builder> dataLocation)
The location of the most recent parallel data input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30 minute expiration.
This is a convenience that creates an instance of theParallelDataDataLocation.Builder
avoiding the
need to create one manually via ParallelDataDataLocation.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to dataLocation(ParallelDataDataLocation)
.dataLocation
- a consumer that will call methods on ParallelDataDataLocation.Builder
dataLocation(ParallelDataDataLocation)
GetParallelDataResponse.Builder auxiliaryDataLocation(ParallelDataDataLocation auxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.
auxiliaryDataLocation
- The Amazon S3 location of a file that provides any errors or warnings that were produced by your input
file. This file was created when Amazon Translate attempted to create a parallel data resource. The
location is returned as a presigned URL to that has a 30 minute expiration.default GetParallelDataResponse.Builder auxiliaryDataLocation(Consumer<ParallelDataDataLocation.Builder> auxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.
This is a convenience that creates an instance of theParallelDataDataLocation.Builder
avoiding the
need to create one manually via ParallelDataDataLocation.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to auxiliaryDataLocation(ParallelDataDataLocation)
.auxiliaryDataLocation
- a consumer that will call methods on ParallelDataDataLocation.Builder
auxiliaryDataLocation(ParallelDataDataLocation)
GetParallelDataResponse.Builder latestUpdateAttemptAuxiliaryDataLocation(ParallelDataDataLocation latestUpdateAttemptAuxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to update a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.
latestUpdateAttemptAuxiliaryDataLocation
- The Amazon S3 location of a file that provides any errors or warnings that were produced by your input
file. This file was created when Amazon Translate attempted to update a parallel data resource. The
location is returned as a presigned URL to that has a 30 minute expiration.default GetParallelDataResponse.Builder latestUpdateAttemptAuxiliaryDataLocation(Consumer<ParallelDataDataLocation.Builder> latestUpdateAttemptAuxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to update a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.
This is a convenience that creates an instance of theParallelDataDataLocation.Builder
avoiding the
need to create one manually via ParallelDataDataLocation.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to latestUpdateAttemptAuxiliaryDataLocation(ParallelDataDataLocation)
.latestUpdateAttemptAuxiliaryDataLocation
- a consumer that will call methods on ParallelDataDataLocation.Builder
latestUpdateAttemptAuxiliaryDataLocation(ParallelDataDataLocation)
Copyright © 2021. All rights reserved.