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 StepStatus

    • Constructor Detail

      • StepStatus

        public StepStatus()
    • Method Detail

      • setState

        public void setState(String state)

        The execution state of the cluster step.

        Parameters:
        state - The execution state of the cluster step.
        See Also:
        StepState
      • getState

        public String getState()

        The execution state of the cluster step.

        Returns:
        The execution state of the cluster step.
        See Also:
        StepState
      • withState

        public StepStatus withState(String state)

        The execution state of the cluster step.

        Parameters:
        state - The execution state of the cluster step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StepState
      • setState

        public void setState(StepState state)

        The execution state of the cluster step.

        Parameters:
        state - The execution state of the cluster step.
        See Also:
        StepState
      • withState

        public StepStatus withState(StepState state)

        The execution state of the cluster step.

        Parameters:
        state - The execution state of the cluster step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StepState
      • setStateChangeReason

        public void setStateChangeReason(StepStateChangeReason stateChangeReason)

        The reason for the step execution status change.

        Parameters:
        stateChangeReason - The reason for the step execution status change.
      • getStateChangeReason

        public StepStateChangeReason getStateChangeReason()

        The reason for the step execution status change.

        Returns:
        The reason for the step execution status change.
      • withStateChangeReason

        public StepStatus withStateChangeReason(StepStateChangeReason stateChangeReason)

        The reason for the step execution status change.

        Parameters:
        stateChangeReason - The reason for the step execution status change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFailureDetails

        public void setFailureDetails(FailureDetails failureDetails)

        The details for the step failure including reason, message, and log file path where the root cause was identified.

        Parameters:
        failureDetails - The details for the step failure including reason, message, and log file path where the root cause was identified.
      • getFailureDetails

        public FailureDetails getFailureDetails()

        The details for the step failure including reason, message, and log file path where the root cause was identified.

        Returns:
        The details for the step failure including reason, message, and log file path where the root cause was identified.
      • withFailureDetails

        public StepStatus withFailureDetails(FailureDetails failureDetails)

        The details for the step failure including reason, message, and log file path where the root cause was identified.

        Parameters:
        failureDetails - The details for the step failure including reason, message, and log file path where the root cause was identified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTimeline

        public void setTimeline(StepTimeline timeline)

        The timeline of the cluster step status over time.

        Parameters:
        timeline - The timeline of the cluster step status over time.
      • getTimeline

        public StepTimeline getTimeline()

        The timeline of the cluster step status over time.

        Returns:
        The timeline of the cluster step status over time.
      • withTimeline

        public StepStatus withTimeline(StepTimeline timeline)

        The timeline of the cluster step status over time.

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