Interface JobSecondaryStatusTransition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JobSecondaryStatusTransition.Builder,,JobSecondaryStatusTransition> SdkBuilder<JobSecondaryStatusTransition.Builder,,JobSecondaryStatusTransition> SdkPojo
- Enclosing class:
JobSecondaryStatusTransition
@Mutable
@NotThreadSafe
public static interface JobSecondaryStatusTransition.Builder
extends SdkPojo, CopyableBuilder<JobSecondaryStatusTransition.Builder,JobSecondaryStatusTransition>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time that the status transition ended.The date and time that the status transition started.The secondary status of the job at this transition point.status(JobSecondaryStatus status) The secondary status of the job at this transition point.statusMessage(String statusMessage) A detailed message about the status transition.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The secondary status of the job at this transition point.
- Parameters:
status- The secondary status of the job at this transition point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The secondary status of the job at this transition point.
- Parameters:
status- The secondary status of the job at this transition point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startTime
The date and time that the status transition started.
- Parameters:
startTime- The date and time that the status transition started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The date and time that the status transition ended.
- Parameters:
endTime- The date and time that the status transition ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
A detailed message about the status transition.
- Parameters:
statusMessage- A detailed message about the status transition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-