Interface AttachClusterNodeVolumeRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<AttachClusterNodeVolumeRequest.Builder,,- AttachClusterNodeVolumeRequest> - SageMakerRequest.Builder,- SdkBuilder<AttachClusterNodeVolumeRequest.Builder,,- AttachClusterNodeVolumeRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- AttachClusterNodeVolumeRequest
@Mutable
@NotThreadSafe
public static interface AttachClusterNodeVolumeRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<AttachClusterNodeVolumeRequest.Builder,AttachClusterNodeVolumeRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionclusterArn(String clusterArn) The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster containing the target node.The unique identifier of the cluster node to which you want to attach the volume.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The unique identifier of your EBS volume to attach.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
clusterArnThe Amazon Resource Name (ARN) of your SageMaker HyperPod cluster containing the target node. Your cluster must use EKS as the orchestration and be in the InServicestate.- Parameters:
- clusterArn- The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster containing the target node. Your cluster must use EKS as the orchestration and be in the- InServicestate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nodeIdThe unique identifier of the cluster node to which you want to attach the volume. The node must belong to your specified HyperPod cluster and cannot be part of a Restricted Instance Group (RIG). - Parameters:
- nodeId- The unique identifier of the cluster node to which you want to attach the volume. The node must belong to your specified HyperPod cluster and cannot be part of a Restricted Instance Group (RIG).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
volumeIdThe unique identifier of your EBS volume to attach. The volume must be in the availablestate.- Parameters:
- volumeId- The unique identifier of your EBS volume to attach. The volume must be in the- availablestate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationAttachClusterNodeVolumeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationAttachClusterNodeVolumeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-