Interface ExecutionStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExecutionStatus.Builder,
,ExecutionStatus> SdkBuilder<ExecutionStatus.Builder,
,ExecutionStatus> SdkPojo
- Enclosing class:
ExecutionStatus
@Mutable
@NotThreadSafe
public static interface ExecutionStatus.Builder
extends SdkPojo, CopyableBuilder<ExecutionStatus.Builder,ExecutionStatus>
-
Method Summary
Modifier and TypeMethodDescriptioncompletedAt
(Instant completedAt) The time when the execution was completed.The time when the execution was created.lastUpdatedAt
(Instant lastUpdatedAt) The time when the execution was last updated.statusCode
(String statusCode) The code for the status of the execution.statusCode
(ExecutionStatusCode statusCode) The code for the status of the execution.statusReason
(String statusReason) The reason for the failed status.statusReason
(ExecutionStatusReason statusReason) The reason for the failed status.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
-
completedAt
The time when the execution was completed.
- Parameters:
completedAt
- The time when the execution was completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time when the execution was created.
- Parameters:
createdAt
- The time when the execution was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The time when the execution was last updated.
- Parameters:
lastUpdatedAt
- The time when the execution was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
The code for the status of the execution.
- Parameters:
statusCode
- The code for the status of the execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusCode
The code for the status of the execution.
- Parameters:
statusCode
- The code for the status of the execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason for the failed status.
- Parameters:
statusReason
- The reason for the failed status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason for the failed status.
- Parameters:
statusReason
- The reason for the failed status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-