Interface StatusSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StatusSummary.Builder,
,StatusSummary> SdkBuilder<StatusSummary.Builder,
,StatusSummary> SdkPojo
- Enclosing class:
StatusSummary
@Mutable
@NotThreadSafe
public static interface StatusSummary.Builder
extends SdkPojo, CopyableBuilder<StatusSummary.Builder,StatusSummary>
-
Method Summary
Modifier and TypeMethodDescriptionlastUpdatedAt
(Instant lastUpdatedAt) The datetime stamp when the status was last updated.The current status.The current status.statusDetails
(Map<String, String> statusDetails) Details about the status.statusMessage
(String statusMessage) When applicable, returns an informational message relevant to the current status and status type of the status summary object.statusType
(String statusType) The type of a status summary.statusType
(StatusType statusType) The type of a status summary.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
-
lastUpdatedAt
The datetime stamp when the status was last updated.
- Parameters:
lastUpdatedAt
- The datetime stamp when the status was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status.
- Parameters:
status
- The current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status.
- Parameters:
status
- The current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusDetails
Details about the status.
- Parameters:
statusDetails
- Details about the status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.
- Parameters:
statusMessage
- When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusType
The type of a status summary.
- Parameters:
statusType
- The type of a status summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusType
The type of a status summary.
- Parameters:
statusType
- The type of a status summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-