Interface OpenSearchResourceStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OpenSearchResourceStatus.Builder,
,OpenSearchResourceStatus> SdkBuilder<OpenSearchResourceStatus.Builder,
,OpenSearchResourceStatus> SdkPojo
- Enclosing class:
OpenSearchResourceStatus
@Mutable
@NotThreadSafe
public static interface OpenSearchResourceStatus.Builder
extends SdkPojo, CopyableBuilder<OpenSearchResourceStatus.Builder,OpenSearchResourceStatus>
-
Method Summary
Modifier and TypeMethodDescriptionThe current status of this resource.status
(OpenSearchResourceStatusType status) The current status of this resource.statusMessage
(String statusMessage) A message with additional information about the status of this resource.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
-
status
The current status of this resource.
- Parameters:
status
- The current status of this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of this resource.
- Parameters:
status
- The current status of this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
A message with additional information about the status of this resource.
- Parameters:
statusMessage
- A message with additional information about the status of this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-