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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.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- 
clusterArnThe 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.
 
- 
nodeIdThe 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.
 
- 
volumeIdThe 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.
 
- 
attachTimeThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
deviceNameThe 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.
 
 
-