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 StepSummary

    • Constructor Detail

      • StepSummary

        public StepSummary()
    • Method Detail

      • setId

        public void setId(String id)

        The identifier of the cluster step.

        Parameters:
        id - The identifier of the cluster step.
      • getId

        public String getId()

        The identifier of the cluster step.

        Returns:
        The identifier of the cluster step.
      • withId

        public StepSummary withId(String id)

        The identifier of the cluster step.

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

        public void setName(String name)

        The name of the cluster step.

        Parameters:
        name - The name of the cluster step.
      • getName

        public String getName()

        The name of the cluster step.

        Returns:
        The name of the cluster step.
      • withName

        public StepSummary withName(String name)

        The name of the cluster step.

        Parameters:
        name - The name of the cluster step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConfig

        public void setConfig(HadoopStepConfig config)

        The Hadoop job configuration of the cluster step.

        Parameters:
        config - The Hadoop job configuration of the cluster step.
      • getConfig

        public HadoopStepConfig getConfig()

        The Hadoop job configuration of the cluster step.

        Returns:
        The Hadoop job configuration of the cluster step.
      • withConfig

        public StepSummary withConfig(HadoopStepConfig config)

        The Hadoop job configuration of the cluster step.

        Parameters:
        config - The Hadoop job configuration of the cluster step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setActionOnFailure

        public void setActionOnFailure(String actionOnFailure)

        The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.

        Parameters:
        actionOnFailure - The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.
        See Also:
        ActionOnFailure
      • getActionOnFailure

        public String getActionOnFailure()

        The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.

        Returns:
        The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.
        See Also:
        ActionOnFailure
      • withActionOnFailure

        public StepSummary withActionOnFailure(String actionOnFailure)

        The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.

        Parameters:
        actionOnFailure - The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionOnFailure
      • setActionOnFailure

        public void setActionOnFailure(ActionOnFailure actionOnFailure)

        The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.

        Parameters:
        actionOnFailure - The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.
        See Also:
        ActionOnFailure
      • withActionOnFailure

        public StepSummary withActionOnFailure(ActionOnFailure actionOnFailure)

        The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.

        Parameters:
        actionOnFailure - The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionOnFailure
      • setStatus

        public void setStatus(StepStatus status)

        The current execution status details of the cluster step.

        Parameters:
        status - The current execution status details of the cluster step.
      • getStatus

        public StepStatus getStatus()

        The current execution status details of the cluster step.

        Returns:
        The current execution status details of the cluster step.
      • withStatus

        public StepSummary withStatus(StepStatus status)

        The current execution status details of the cluster step.

        Parameters:
        status - The current execution status details of the cluster step.
        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 によって変換されたページ (->オリジナル) /