Interface AttachClusterNodeNetworkInterfaceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AttachClusterNodeNetworkInterfaceResponse.Builder,,AttachClusterNodeNetworkInterfaceResponse> SageMakerResponse.Builder,SdkBuilder<AttachClusterNodeNetworkInterfaceResponse.Builder,,AttachClusterNodeNetworkInterfaceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
AttachClusterNodeNetworkInterfaceResponse
@Mutable
@NotThreadSafe
public static interface AttachClusterNodeNetworkInterfaceResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<AttachClusterNodeNetworkInterfaceResponse.Builder,AttachClusterNodeNetworkInterfaceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentId(String attachmentId) The unique identifier of the network interface attachment.clusterArn(String clusterArn) The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the network interface attachment operation was performed.networkInterfaceId(String networkInterfaceId) The unique identifier of the elastic network interface (ENI) that was attached.The unique identifier of the cluster node where your network interface was attached.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.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
-
clusterArn
The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the network interface attachment operation was performed.
- Parameters:
clusterArn- The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster where the network interface 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 network interface was attached.
- Parameters:
nodeId- The unique identifier of the cluster node where your network interface was attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInterfaceId
The unique identifier of the elastic network interface (ENI) that was attached.
- Parameters:
networkInterfaceId- The unique identifier of the elastic network interface (ENI) that was attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentId
The unique identifier of the network interface attachment. Use this value to reference or detach the network interface later.
- Parameters:
attachmentId- The unique identifier of the network interface attachment. Use this value to reference or detach the network interface later.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-