JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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 SetUnhealthyNodeReplacementRequest

    • Constructor Detail

      • SetUnhealthyNodeReplacementRequest

        public SetUnhealthyNodeReplacementRequest()
    • Method Detail

      • getJobFlowIds

        public List<String> getJobFlowIds()

        The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement. You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.

        Returns:
        The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement. You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.
      • setJobFlowIds

        public void setJobFlowIds(Collection<String> jobFlowIds)

        The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement. You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.

        Parameters:
        jobFlowIds - The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement. You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.
      • withJobFlowIds

        public SetUnhealthyNodeReplacementRequest withJobFlowIds(Collection<String> jobFlowIds)

        The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement. You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.

        Parameters:
        jobFlowIds - The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement. You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUnhealthyNodeReplacement

        public void setUnhealthyNodeReplacement(Boolean unhealthyNodeReplacement)

        Indicates whether to turn on or turn off graceful unhealthy node replacement.

        Parameters:
        unhealthyNodeReplacement - Indicates whether to turn on or turn off graceful unhealthy node replacement.
      • getUnhealthyNodeReplacement

        public Boolean getUnhealthyNodeReplacement()

        Indicates whether to turn on or turn off graceful unhealthy node replacement.

        Returns:
        Indicates whether to turn on or turn off graceful unhealthy node replacement.
      • withUnhealthyNodeReplacement

        public SetUnhealthyNodeReplacementRequest withUnhealthyNodeReplacement(Boolean unhealthyNodeReplacement)

        Indicates whether to turn on or turn off graceful unhealthy node replacement.

        Parameters:
        unhealthyNodeReplacement - Indicates whether to turn on or turn off graceful unhealthy node replacement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isUnhealthyNodeReplacement

        public Boolean isUnhealthyNodeReplacement()

        Indicates whether to turn on or turn off graceful unhealthy node replacement.

        Returns:
        Indicates whether to turn on or turn off graceful unhealthy node replacement.
      • 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 によって変換されたページ (->オリジナル) /