Interface CreateCloudVmClusterResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateCloudVmClusterResponse.Builder,,- CreateCloudVmClusterResponse> - OdbResponse.Builder,- SdkBuilder<CreateCloudVmClusterResponse.Builder,,- CreateCloudVmClusterResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateCloudVmClusterResponse
@Mutable
@NotThreadSafe
public static interface CreateCloudVmClusterResponse.Builder
extends OdbResponse.Builder, SdkPojo, CopyableBuilder<CreateCloudVmClusterResponse.Builder,CreateCloudVmClusterResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncloudVmClusterId(String cloudVmClusterId) The unique identifier for the VM cluster.displayName(String displayName) The user-friendly name for the VM cluster.The current status of the VM cluster.status(ResourceStatus status) The current status of the VM cluster.statusReason(String statusReason) Additional information about the status of the VM cluster.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- 
displayNameThe user-friendly name for the VM cluster. - Parameters:
- displayName- The user-friendly name for the VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe current status of the VM cluster. - Parameters:
- status- The current status of the VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe current status of the VM cluster. - Parameters:
- status- The current status of the VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusReasonAdditional information about the status of the VM cluster. - Parameters:
- statusReason- Additional information about the status of the VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cloudVmClusterIdThe unique identifier for the VM cluster. - Parameters:
- cloudVmClusterId- The unique identifier for the VM cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-