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 InstanceGroupStatus

    • Constructor Detail

      • InstanceGroupStatus

        public InstanceGroupStatus()
    • Method Detail

      • setState

        public void setState(String state)

        The current state of the instance group.

        Parameters:
        state - The current state of the instance group.
        See Also:
        InstanceGroupState
      • getState

        public String getState()

        The current state of the instance group.

        Returns:
        The current state of the instance group.
        See Also:
        InstanceGroupState
      • withState

        public InstanceGroupStatus withState(String state)

        The current state of the instance group.

        Parameters:
        state - The current state of the instance group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InstanceGroupState
      • setState

        public void setState(InstanceGroupState state)

        The current state of the instance group.

        Parameters:
        state - The current state of the instance group.
        See Also:
        InstanceGroupState
      • withState

        public InstanceGroupStatus withState(InstanceGroupState state)

        The current state of the instance group.

        Parameters:
        state - The current state of the instance group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InstanceGroupState
      • setStateChangeReason

        public void setStateChangeReason(InstanceGroupStateChangeReason stateChangeReason)

        The status change reason details for the instance group.

        Parameters:
        stateChangeReason - The status change reason details for the instance group.
      • getStateChangeReason

        public InstanceGroupStateChangeReason getStateChangeReason()

        The status change reason details for the instance group.

        Returns:
        The status change reason details for the instance group.
      • withStateChangeReason

        public InstanceGroupStatus withStateChangeReason(InstanceGroupStateChangeReason stateChangeReason)

        The status change reason details for the instance group.

        Parameters:
        stateChangeReason - The status change reason details for the instance group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTimeline

        public void setTimeline(InstanceGroupTimeline timeline)

        The timeline of the instance group status over time.

        Parameters:
        timeline - The timeline of the instance group status over time.
      • getTimeline

        public InstanceGroupTimeline getTimeline()

        The timeline of the instance group status over time.

        Returns:
        The timeline of the instance group status over time.
      • withTimeline

        public InstanceGroupStatus withTimeline(InstanceGroupTimeline timeline)

        The timeline of the instance group status over time.

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