Interface OpenSearchResourceStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OpenSearchResourceStatus.Builder,OpenSearchResourceStatus>,SdkBuilder<OpenSearchResourceStatus.Builder,OpenSearchResourceStatus>,SdkPojo
- Enclosing class:
- OpenSearchResourceStatus
public static interface OpenSearchResourceStatus.Builder extends SdkPojo, CopyableBuilder<OpenSearchResourceStatus.Builder,OpenSearchResourceStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpenSearchResourceStatus.Builderstatus(String status)The current status of this resource.OpenSearchResourceStatus.Builderstatus(OpenSearchResourceStatusType status)The current status of this resource.OpenSearchResourceStatus.BuilderstatusMessage(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 Detail
-
status
OpenSearchResourceStatus.Builder status(String 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:
OpenSearchResourceStatusType,OpenSearchResourceStatusType
-
status
OpenSearchResourceStatus.Builder status(OpenSearchResourceStatusType 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:
OpenSearchResourceStatusType,OpenSearchResourceStatusType
-
statusMessage
OpenSearchResourceStatus.Builder statusMessage(String 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.
-
-