Interface StartDbNodeResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<StartDbNodeResponse.Builder,,- StartDbNodeResponse> - OdbResponse.Builder,- SdkBuilder<StartDbNodeResponse.Builder,,- StartDbNodeResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- StartDbNodeResponse
@Mutable
@NotThreadSafe
public static interface StartDbNodeResponse.Builder
extends OdbResponse.Builder, SdkPojo, CopyableBuilder<StartDbNodeResponse.Builder,StartDbNodeResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe unique identifier of the DB node that was started.The current status of the DB node after the start operation.status(DbNodeResourceStatus status) The current status of the DB node after the start operation.statusReason(String statusReason) Additional information about the status of the DB node after the start operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.odb.model.OdbResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
dbNodeIdThe unique identifier of the DB node that was started. - Parameters:
- dbNodeId- The unique identifier of the DB node that was started.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe current status of the DB node after the start operation. - Parameters:
- status- The current status of the DB node after the start operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe current status of the DB node after the start operation. - Parameters:
- status- The current status of the DB node after the start operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusReasonAdditional information about the status of the DB node after the start operation. - Parameters:
- statusReason- Additional information about the status of the DB node after the start operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-