JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.elasticmapreduce.model

Class ModifyClusterRequest

    • Constructor Detail

      • ModifyClusterRequest

        public ModifyClusterRequest()
    • Method Detail

      • setClusterId

        public void setClusterId(String clusterId)

        The unique identifier of the cluster.

        Parameters:
        clusterId - The unique identifier of the cluster.
      • getClusterId

        public String getClusterId()

        The unique identifier of the cluster.

        Returns:
        The unique identifier of the cluster.
      • withClusterId

        public ModifyClusterRequest withClusterId(String clusterId)

        The unique identifier of the cluster.

        Parameters:
        clusterId - The unique identifier of the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStepConcurrencyLevel

        public void setStepConcurrencyLevel(Integer stepConcurrencyLevel)

        The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or the ActionOnFailure setting may not behave as expected. For more information see Step$ActionOnFailure.

        Parameters:
        stepConcurrencyLevel - The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or the ActionOnFailure setting may not behave as expected. For more information see Step$ActionOnFailure.
      • getStepConcurrencyLevel

        public Integer getStepConcurrencyLevel()

        The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or the ActionOnFailure setting may not behave as expected. For more information see Step$ActionOnFailure.

        Returns:
        The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or the ActionOnFailure setting may not behave as expected. For more information see Step$ActionOnFailure.
      • withStepConcurrencyLevel

        public ModifyClusterRequest withStepConcurrencyLevel(Integer stepConcurrencyLevel)

        The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or the ActionOnFailure setting may not behave as expected. For more information see Step$ActionOnFailure.

        Parameters:
        stepConcurrencyLevel - The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. We recommend that you do not change this parameter while steps are running or the ActionOnFailure setting may not behave as expected. For more information see Step$ActionOnFailure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /