Interface GetDomainMaintenanceStatusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDomainMaintenanceStatusResponse.Builder,GetDomainMaintenanceStatusResponse>,OpenSearchResponse.Builder,SdkBuilder<GetDomainMaintenanceStatusResponse.Builder,GetDomainMaintenanceStatusResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDomainMaintenanceStatusResponse
public static interface GetDomainMaintenanceStatusResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<GetDomainMaintenanceStatusResponse.Builder,GetDomainMaintenanceStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDomainMaintenanceStatusResponse.Builderaction(String action)The action name.GetDomainMaintenanceStatusResponse.Builderaction(MaintenanceType action)The action name.GetDomainMaintenanceStatusResponse.BuildercreatedAt(Instant createdAt)The time at which the action was created.GetDomainMaintenanceStatusResponse.BuildernodeId(String nodeId)The node ID of the maintenance action.GetDomainMaintenanceStatusResponse.Builderstatus(String status)The status of the maintenance action.GetDomainMaintenanceStatusResponse.Builderstatus(MaintenanceStatus status)The status of the maintenance action.GetDomainMaintenanceStatusResponse.BuilderstatusMessage(String statusMessage)The status message of the maintenance action.GetDomainMaintenanceStatusResponse.BuilderupdatedAt(Instant updatedAt)The time at which the action was updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
GetDomainMaintenanceStatusResponse.Builder status(String status)
The status of the maintenance action.
- Parameters:
status- The status of the maintenance action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaintenanceStatus,MaintenanceStatus
-
status
GetDomainMaintenanceStatusResponse.Builder status(MaintenanceStatus status)
The status of the maintenance action.
- Parameters:
status- The status of the maintenance action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaintenanceStatus,MaintenanceStatus
-
statusMessage
GetDomainMaintenanceStatusResponse.Builder statusMessage(String statusMessage)
The status message of the maintenance action.
- Parameters:
statusMessage- The status message of the maintenance action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeId
GetDomainMaintenanceStatusResponse.Builder nodeId(String nodeId)
The node ID of the maintenance action.
- Parameters:
nodeId- The node ID of the maintenance action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
GetDomainMaintenanceStatusResponse.Builder action(String action)
The action name.
- Parameters:
action- The action name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaintenanceType,MaintenanceType
-
action
GetDomainMaintenanceStatusResponse.Builder action(MaintenanceType action)
The action name.
- Parameters:
action- The action name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaintenanceType,MaintenanceType
-
createdAt
GetDomainMaintenanceStatusResponse.Builder createdAt(Instant createdAt)
The time at which the action was created.
- Parameters:
createdAt- The time at which the action was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
GetDomainMaintenanceStatusResponse.Builder updatedAt(Instant updatedAt)
The time at which the action was updated.
- Parameters:
updatedAt- The time at which the action was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-