static GetSearchResultExportJobResponse.Builder |
GetSearchResultExportJobResponse.builder() |
|
GetSearchResultExportJobResponse.Builder |
GetSearchResultExportJobResponse.Builder.completionTime(Instant completionTime) |
The date and time that an export job completed, in Unix format and Coordinated Universal Time (UTC).
|
GetSearchResultExportJobResponse.Builder |
GetSearchResultExportJobResponse.Builder.creationTime(Instant creationTime) |
The date and time that an export job was created, in Unix format and Coordinated Universal Time (UTC).
|
GetSearchResultExportJobResponse.Builder |
GetSearchResultExportJobResponse.Builder.exportJobArn(String exportJobArn) |
The unique Amazon Resource Name (ARN) that uniquely identifies the export job.
|
GetSearchResultExportJobResponse.Builder |
GetSearchResultExportJobResponse.Builder.exportJobIdentifier(String exportJobIdentifier) |
This is the unique string that identifies the specified export job.
|
default GetSearchResultExportJobResponse.Builder |
GetSearchResultExportJobResponse.Builder.exportSpecification(Consumer<ExportSpecification.Builder> exportSpecification) |
The export specification consists of the destination S3 bucket to which the search results were exported,
along with the destination prefix.
|
GetSearchResultExportJobResponse.Builder |
GetSearchResultExportJobResponse.Builder.exportSpecification(ExportSpecification exportSpecification) |
The export specification consists of the destination S3 bucket to which the search results were exported,
along with the destination prefix.
|
GetSearchResultExportJobResponse.Builder |
GetSearchResultExportJobResponse.Builder.searchJobArn(String searchJobArn) |
The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.
|
GetSearchResultExportJobResponse.Builder |
GetSearchResultExportJobResponse.Builder.status(String status) |
This is the current status of the export job.
|
GetSearchResultExportJobResponse.Builder |
GetSearchResultExportJobResponse.Builder.status(ExportJobStatus status) |
This is the current status of the export job.
|
GetSearchResultExportJobResponse.Builder |
GetSearchResultExportJobResponse.Builder.statusMessage(String statusMessage) |
A status message is a string that is returned for search job with a status of FAILED, along with
steps to remedy and retry the operation.
|
GetSearchResultExportJobResponse.Builder |
GetSearchResultExportJobResponse.toBuilder() |
|