Interface AttachClusterNodeVolumeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<AttachClusterNodeVolumeResponse.Builder,
,AttachClusterNodeVolumeResponse> SageMakerResponse.Builder
,SdkBuilder<AttachClusterNodeVolumeResponse.Builder,
,AttachClusterNodeVolumeResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
AttachClusterNodeVolumeResponse
@Mutable
@NotThreadSafe
public static interface AttachClusterNodeVolumeResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<AttachClusterNodeVolumeResponse.Builder,AttachClusterNodeVolumeResponse>
-
Method Summary
Modifier and TypeMethodDescriptionattachTime
(Instant attachTime) The timestamp when the volume attachment operation was initiated by the SageMaker HyperPod service.clusterArn
(String clusterArn) The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the volume attachment operation was performed.deviceName
(String deviceName) The device name assigned to your attached volume on the target instance.The unique identifier of the cluster node where your volume was attached.The current status of your volume attachment operation.status
(VolumeAttachmentStatus status) The current status of your volume attachment operation.The unique identifier of your EBS volume that was attached.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
clusterArn
The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the volume attachment operation was performed.
- Parameters:
clusterArn
- The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the volume attachment operation was performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeId
The unique identifier of the cluster node where your volume was attached.
- Parameters:
nodeId
- The unique identifier of the cluster node where your volume was attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeId
The unique identifier of your EBS volume that was attached.
- Parameters:
volumeId
- The unique identifier of your EBS volume that was attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachTime
The timestamp when the volume attachment operation was initiated by the SageMaker HyperPod service.
- Parameters:
attachTime
- The timestamp when the volume attachment operation was initiated by the SageMaker HyperPod service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of your volume attachment operation.
- Parameters:
status
- The current status of your volume attachment operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of your volume attachment operation.
- Parameters:
status
- The current status of your volume attachment operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deviceName
The device name assigned to your attached volume on the target instance.
- Parameters:
deviceName
- The device name assigned to your attached volume on the target instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-