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 Summary
Modifier 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.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
-
displayName
The 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.
-
status
The 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:
-
status
The 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:
-
statusReason
Additional 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.
-
cloudVmClusterId
The 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.
-