static ExportJobSummary.Builder |
ExportJobSummary.builder() |
|
ExportJobSummary.Builder |
ExportJobSummary.Builder.completionTime(Instant completionTime) |
This is a timestamp of the time the export job compeleted.
|
ExportJobSummary.Builder |
ExportJobSummary.Builder.creationTime(Instant creationTime) |
This is a timestamp of the time the export job was created.
|
ExportJobSummary.Builder |
ExportJobSummary.Builder.exportJobArn(String exportJobArn) |
This is the unique ARN (Amazon Resource Name) that belongs to the new export job.
|
ExportJobSummary.Builder |
ExportJobSummary.Builder.exportJobIdentifier(String exportJobIdentifier) |
This is the unique string that identifies a specific export job.
|
ExportJobSummary.Builder |
ExportJobSummary.Builder.searchJobArn(String searchJobArn) |
The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.
|
ExportJobSummary.Builder |
ExportJobSummary.Builder.status(String status) |
The status of the export job is one of the following:
|
ExportJobSummary.Builder |
ExportJobSummary.Builder.status(ExportJobStatus status) |
The status of the export job is one of the following:
|
ExportJobSummary.Builder |
ExportJobSummary.Builder.statusMessage(String statusMessage) |
A status message is a string that is returned for an export job.
|
ExportJobSummary.Builder |
ExportJobSummary.toBuilder() |
|