Interface StatusReason.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StatusReason.Builder,,StatusReason> SdkBuilder<StatusReason.Builder,,StatusReason> SdkPojo
- Enclosing class:
StatusReason
@Mutable
@NotThreadSafe
public static interface StatusReason.Builder
extends SdkPojo, CopyableBuilder<StatusReason.Builder,StatusReason>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code for the stream failure.error(StreamFailureErrorCode error) The error code for the stream failure.The timestamp when the status was updated.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
-
error
The error code for the stream failure.
- Parameters:
error- The error code for the stream failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
error
The error code for the stream failure.
- Parameters:
error- The error code for the stream failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The timestamp when the status was updated.
- Parameters:
updatedAt- The timestamp when the status was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-