Interface ExportJobSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportJobSummary.Builder,
,ExportJobSummary> SdkBuilder<ExportJobSummary.Builder,
,ExportJobSummary> SdkPojo
- Enclosing class:
ExportJobSummary
-
Method Summary
Modifier and TypeMethodDescriptioncompletionTime
(Instant completionTime) This is a timestamp of the time the export job compeleted.creationTime
(Instant creationTime) This is a timestamp of the time the export job was created.exportJobArn
(String exportJobArn) This is the unique ARN (Amazon Resource Name) that belongs to the new export job.exportJobIdentifier
(String exportJobIdentifier) This is the unique string that identifies a specific export job.searchJobArn
(String searchJobArn) The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.The status of the export job is one of the following:status
(ExportJobStatus status) The status of the export job is one of the following:statusMessage
(String statusMessage) A status message is a string that is returned for an export job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
exportJobIdentifier
This is the unique string that identifies a specific export job.
- Parameters:
exportJobIdentifier
- This is the unique string that identifies a specific export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportJobArn
This is the unique ARN (Amazon Resource Name) that belongs to the new export job.
- Parameters:
exportJobArn
- This is the unique ARN (Amazon Resource Name) that belongs to the new export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the export job is one of the following:
CREATED
;RUNNING
;FAILED
; orCOMPLETED
.- Parameters:
status
- The status of the export job is one of the following:CREATED
;RUNNING
;FAILED
; orCOMPLETED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the export job is one of the following:
CREATED
;RUNNING
;FAILED
; orCOMPLETED
.- Parameters:
status
- The status of the export job is one of the following:CREATED
;RUNNING
;FAILED
; orCOMPLETED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
This is a timestamp of the time the export job was created.
- Parameters:
creationTime
- This is a timestamp of the time the export job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completionTime
This is a timestamp of the time the export job compeleted.
- Parameters:
completionTime
- This is a timestamp of the time the export job compeleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
A status message is a string that is returned for an export job.
A status message is included for any status other than
COMPLETED
without issues.- Parameters:
statusMessage
- A status message is a string that is returned for an export job.A status message is included for any status other than
COMPLETED
without issues.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
searchJobArn
The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.
- Parameters:
searchJobArn
- The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-