Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ImportSummary |
ImportSummary.clone() |
ImportSummary |
ImportSummary.withCloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The Amazon Resource Number (ARN) of the Cloudwatch Log Group associated with this import task.
|
ImportSummary |
ImportSummary.withEndTime(Date endTime)
The time at which this import task ended.
|
ImportSummary |
ImportSummary.withImportArn(String importArn)
The Amazon Resource Number (ARN) corresponding to the import request.
|
ImportSummary |
ImportSummary.withImportStatus(ImportStatus importStatus)
The status of the import operation.
|
ImportSummary |
ImportSummary.withImportStatus(String importStatus)
The status of the import operation.
|
ImportSummary |
ImportSummary.withInputFormat(InputFormat inputFormat)
The format of the source data.
|
ImportSummary |
ImportSummary.withInputFormat(String inputFormat)
The format of the source data.
|
ImportSummary |
ImportSummary.withS3BucketSource(S3BucketSource s3BucketSource)
The path and S3 bucket of the source file that is being imported.
|
ImportSummary |
ImportSummary.withStartTime(Date startTime)
The time at which this import task began.
|
ImportSummary |
ImportSummary.withTableArn(String tableArn)
The Amazon Resource Number (ARN) of the table being imported into.
|
Modifier and Type | Method and Description |
---|---|
List<ImportSummary> |
ListImportsResult.getImportSummaryList()
A list of
ImportSummary objects. |
Modifier and Type | Method and Description |
---|---|
ListImportsResult |
ListImportsResult.withImportSummaryList(ImportSummary... importSummaryList)
A list of
ImportSummary objects. |
Modifier and Type | Method and Description |
---|---|
void |
ListImportsResult.setImportSummaryList(Collection<ImportSummary> importSummaryList)
A list of
ImportSummary objects. |
ListImportsResult |
ListImportsResult.withImportSummaryList(Collection<ImportSummary> importSummaryList)
A list of
ImportSummary objects. |
Copyright © 2024. All rights reserved.