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