Interface BatchRebootClusterNodesRequest.Builder

  • Method Details

    • clusterName

      The name or Amazon Resource Name (ARN) of the SageMaker HyperPod cluster containing the nodes to reboot.

      Parameters:
      clusterName - The name or Amazon Resource Name (ARN) of the SageMaker HyperPod cluster containing the nodes to reboot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodeIds

      A list of EC2 instance IDs to reboot using soft recovery. You can specify between 1 and 25 instance IDs.

      • Either NodeIds or NodeLogicalIds must be provided (or both), but at least one is required.

      • Each instance ID must follow the pattern i- followed by 17 hexadecimal characters (for example, i-0123456789abcdef0).

      Parameters:
      nodeIds - A list of EC2 instance IDs to reboot using soft recovery. You can specify between 1 and 25 instance IDs.

      • Either NodeIds or NodeLogicalIds must be provided (or both), but at least one is required.

      • Each instance ID must follow the pattern i- followed by 17 hexadecimal characters (for example, i-0123456789abcdef0).

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodeIds

      A list of EC2 instance IDs to reboot using soft recovery. You can specify between 1 and 25 instance IDs.

      • Either NodeIds or NodeLogicalIds must be provided (or both), but at least one is required.

      • Each instance ID must follow the pattern i- followed by 17 hexadecimal characters (for example, i-0123456789abcdef0).

      Parameters:
      nodeIds - A list of EC2 instance IDs to reboot using soft recovery. You can specify between 1 and 25 instance IDs.

      • Either NodeIds or NodeLogicalIds must be provided (or both), but at least one is required.

      • Each instance ID must follow the pattern i- followed by 17 hexadecimal characters (for example, i-0123456789abcdef0).

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodeLogicalIds

      BatchRebootClusterNodesRequest.Builder nodeLogicalIds(Collection<String> nodeLogicalIds)

      A list of logical node IDs to reboot using soft recovery. You can specify between 1 and 25 logical node IDs.

      The NodeLogicalId is a unique identifier that persists throughout the node's lifecycle and can be used to track nodes that are still being provisioned and don't yet have an EC2 instance ID assigned.

      • This parameter is only supported for clusters using Continuous as the NodeProvisioningMode. For clusters using the default provisioning mode, use NodeIds instead.

      • Either NodeIds or NodeLogicalIds must be provided (or both), but at least one is required.

      Parameters:
      nodeLogicalIds - A list of logical node IDs to reboot using soft recovery. You can specify between 1 and 25 logical node IDs.

      The NodeLogicalId is a unique identifier that persists throughout the node's lifecycle and can be used to track nodes that are still being provisioned and don't yet have an EC2 instance ID assigned.

      • This parameter is only supported for clusters using Continuous as the NodeProvisioningMode. For clusters using the default provisioning mode, use NodeIds instead.

      • Either NodeIds or NodeLogicalIds must be provided (or both), but at least one is required.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodeLogicalIds

      BatchRebootClusterNodesRequest.Builder nodeLogicalIds(String... nodeLogicalIds)

      A list of logical node IDs to reboot using soft recovery. You can specify between 1 and 25 logical node IDs.

      The NodeLogicalId is a unique identifier that persists throughout the node's lifecycle and can be used to track nodes that are still being provisioned and don't yet have an EC2 instance ID assigned.

      • This parameter is only supported for clusters using Continuous as the NodeProvisioningMode. For clusters using the default provisioning mode, use NodeIds instead.

      • Either NodeIds or NodeLogicalIds must be provided (or both), but at least one is required.

      Parameters:
      nodeLogicalIds - A list of logical node IDs to reboot using soft recovery. You can specify between 1 and 25 logical node IDs.

      The NodeLogicalId is a unique identifier that persists throughout the node's lifecycle and can be used to track nodes that are still being provisioned and don't yet have an EC2 instance ID assigned.

      • This parameter is only supported for clusters using Continuous as the NodeProvisioningMode. For clusters using the default provisioning mode, use NodeIds instead.

      • Either NodeIds or NodeLogicalIds must be provided (or both), but at least one is required.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      BatchRebootClusterNodesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.