Interface InitializeClusterResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CloudHsmV2Response.Builder,- CopyableBuilder<InitializeClusterResponse.Builder,,- InitializeClusterResponse> - SdkBuilder<InitializeClusterResponse.Builder,,- InitializeClusterResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- InitializeClusterResponse
@Mutable
@NotThreadSafe
public static interface InitializeClusterResponse.Builder
extends CloudHsmV2Response.Builder, SdkPojo, CopyableBuilder<InitializeClusterResponse.Builder,InitializeClusterResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe cluster's state.state(ClusterState state) The cluster's state.stateMessage(String stateMessage) A description of the cluster's state.Methods inherited from interface software.amazon.awssdk.services.cloudhsmv2.model.CloudHsmV2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods 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- 
stateThe cluster's state. - Parameters:
- state- The cluster's state.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateThe cluster's state. - Parameters:
- state- The cluster's state.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateMessageA description of the cluster's state. - Parameters:
- stateMessage- A description of the cluster's state.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-