| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the parallel data resource.
|
static ParallelDataProperties.Builder |
ParallelDataProperties.builder() |
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.createdAt(Instant createdAt)
The time at which the parallel data resource was created.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.description(String description)
The description assigned to the parallel data resource.
|
default ParallelDataProperties.Builder |
ParallelDataProperties.Builder.encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
Sets the value of the EncryptionKey property for this object.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.encryptionKey(EncryptionKey encryptionKey)
Sets the value of the EncryptionKey property for this object.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.failedRecordCount(Long failedRecordCount)
The number of records unsuccessfully imported from the parallel data input file.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.importedDataSize(Long importedDataSize)
The number of UTF-8 characters that Amazon Translate imported from the parallel data input file.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.importedRecordCount(Long importedRecordCount)
The number of records successfully imported from the parallel data input file.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The time at which the parallel data resource was last updated.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.latestUpdateAttemptAt(Instant latestUpdateAttemptAt)
The time that the most recent update was attempted.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.latestUpdateAttemptStatus(ParallelDataStatus latestUpdateAttemptStatus)
The status of the most recent update attempt for the parallel data resource.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.latestUpdateAttemptStatus(String latestUpdateAttemptStatus)
The status of the most recent update attempt for the parallel data resource.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.message(String message)
Additional information from Amazon Translate about the parallel data resource.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.name(String name)
The custom name assigned to the parallel data resource.
|
default ParallelDataProperties.Builder |
ParallelDataProperties.Builder.parallelDataConfig(Consumer<ParallelDataConfig.Builder> parallelDataConfig)
Specifies the format and S3 location of the parallel data input file.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.parallelDataConfig(ParallelDataConfig parallelDataConfig)
Specifies the format and S3 location of the parallel data input file.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.skippedRecordCount(Long skippedRecordCount)
The number of items in the input file that Amazon Translate skipped when you created or updated the parallel
data resource.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.sourceLanguageCode(String sourceLanguageCode)
The source language of the translations in the parallel data file.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.status(ParallelDataStatus status)
The status of the parallel data resource.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.status(String status)
The status of the parallel data resource.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.targetLanguageCodes(Collection<String> targetLanguageCodes)
The language codes for the target languages available in the parallel data file.
|
ParallelDataProperties.Builder |
ParallelDataProperties.Builder.targetLanguageCodes(String... targetLanguageCodes)
The language codes for the target languages available in the parallel data file.
|
ParallelDataProperties.Builder |
ParallelDataProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ParallelDataProperties.Builder> |
ParallelDataProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetParallelDataResponse.Builder |
GetParallelDataResponse.Builder.parallelDataProperties(Consumer<ParallelDataProperties.Builder> parallelDataProperties)
The properties of the parallel data resource that is being retrieved.
|
Copyright © 2023. All rights reserved.