Interface RebootDbNodeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<RebootDbNodeResponse.Builder,
,RebootDbNodeResponse> OdbResponse.Builder
,SdkBuilder<RebootDbNodeResponse.Builder,
,RebootDbNodeResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
RebootDbNodeResponse
@Mutable
@NotThreadSafe
public static interface RebootDbNodeResponse.Builder
extends OdbResponse.Builder, SdkPojo, CopyableBuilder<RebootDbNodeResponse.Builder,RebootDbNodeResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the DB node that was rebooted.The current status of the DB node after the reboot operation.status
(DbNodeResourceStatus status) The current status of the DB node after the reboot operation.statusReason
(String statusReason) Additional information about the status of the DB node after the reboot operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.odb.model.OdbResponse.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 Details
-
dbNodeId
The unique identifier of the DB node that was rebooted.
- Parameters:
dbNodeId
- The unique identifier of the DB node that was rebooted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the DB node after the reboot operation.
- Parameters:
status
- The current status of the DB node after the reboot operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the DB node after the reboot operation.
- Parameters:
status
- The current status of the DB node after the reboot operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Additional information about the status of the DB node after the reboot operation.
- Parameters:
statusReason
- Additional information about the status of the DB node after the reboot operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-