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.stepfunctions.model

Class MapRunItemCounts

    • Constructor Summary

      Constructors
      Constructor and Description
      MapRunItemCounts ()
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      MapRunItemCounts clone ()
      boolean equals (Object obj)
      Long getAborted ()
      The total number of items processed in child workflow executions that were either stopped by the user or by Step Functions, because the Map Run failed.
      Long getFailed ()
      The total number of items processed in child workflow executions that have failed.
      Long getFailuresNotRedrivable ()
      The number of FAILED, ABORTED, or TIMED_OUT items in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal.
      Long getPending ()
      The total number of items to process in child workflow executions that haven't started running yet.
      Long getPendingRedrive ()
      The number of unsuccessful items in child workflow executions currently waiting to be redriven.
      Long getResultsWritten ()
      Returns the count of items whose results were written by ResultWriter.
      Long getRunning ()
      The total number of items being processed in child workflow executions that are currently in-progress.
      Long getSucceeded ()
      The total number of items processed in child workflow executions that have completed successfully.
      Long getTimedOut ()
      The total number of items processed in child workflow executions that have timed out.
      Long getTotal ()
      The total number of items processed in all the child workflow executions started by a Map Run.
      int hashCode ()
      void marshall (ProtocolMarshaller protocolMarshaller)
      Marshalls this structured data using the given ProtocolMarshaller.
      void setAborted (Long aborted)
      The total number of items processed in child workflow executions that were either stopped by the user or by Step Functions, because the Map Run failed.
      void setFailed (Long failed)
      The total number of items processed in child workflow executions that have failed.
      void setFailuresNotRedrivable (Long failuresNotRedrivable)
      The number of FAILED, ABORTED, or TIMED_OUT items in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal.
      void setPending (Long pending)
      The total number of items to process in child workflow executions that haven't started running yet.
      void setPendingRedrive (Long pendingRedrive)
      The number of unsuccessful items in child workflow executions currently waiting to be redriven.
      void setResultsWritten (Long resultsWritten)
      Returns the count of items whose results were written by ResultWriter.
      void setRunning (Long running)
      The total number of items being processed in child workflow executions that are currently in-progress.
      void setSucceeded (Long succeeded)
      The total number of items processed in child workflow executions that have completed successfully.
      void setTimedOut (Long timedOut)
      The total number of items processed in child workflow executions that have timed out.
      void setTotal (Long total)
      The total number of items processed in all the child workflow executions started by a Map Run.
      String toString ()
      Returns a string representation of this object.
      MapRunItemCounts withAborted (Long aborted)
      The total number of items processed in child workflow executions that were either stopped by the user or by Step Functions, because the Map Run failed.
      MapRunItemCounts withFailed (Long failed)
      The total number of items processed in child workflow executions that have failed.
      MapRunItemCounts withFailuresNotRedrivable (Long failuresNotRedrivable)
      The number of FAILED, ABORTED, or TIMED_OUT items in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal.
      MapRunItemCounts withPending (Long pending)
      The total number of items to process in child workflow executions that haven't started running yet.
      MapRunItemCounts withPendingRedrive (Long pendingRedrive)
      The number of unsuccessful items in child workflow executions currently waiting to be redriven.
      MapRunItemCounts withResultsWritten (Long resultsWritten)
      Returns the count of items whose results were written by ResultWriter.
      MapRunItemCounts withRunning (Long running)
      The total number of items being processed in child workflow executions that are currently in-progress.
      MapRunItemCounts withSucceeded (Long succeeded)
      The total number of items processed in child workflow executions that have completed successfully.
      MapRunItemCounts withTimedOut (Long timedOut)
      The total number of items processed in child workflow executions that have timed out.
      MapRunItemCounts withTotal (Long total)
      The total number of items processed in all the child workflow executions started by a Map Run.
    • Constructor Detail

      • MapRunItemCounts

        public MapRunItemCounts()
    • Method Detail

      • setPending

        public void setPending(Long pending)

        The total number of items to process in child workflow executions that haven't started running yet.

        Parameters:
        pending - The total number of items to process in child workflow executions that haven't started running yet.
      • getPending

        public Long getPending()

        The total number of items to process in child workflow executions that haven't started running yet.

        Returns:
        The total number of items to process in child workflow executions that haven't started running yet.
      • withPending

        public MapRunItemCounts withPending(Long pending)

        The total number of items to process in child workflow executions that haven't started running yet.

        Parameters:
        pending - The total number of items to process in child workflow executions that haven't started running yet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRunning

        public void setRunning(Long running)

        The total number of items being processed in child workflow executions that are currently in-progress.

        Parameters:
        running - The total number of items being processed in child workflow executions that are currently in-progress.
      • getRunning

        public Long getRunning()

        The total number of items being processed in child workflow executions that are currently in-progress.

        Returns:
        The total number of items being processed in child workflow executions that are currently in-progress.
      • withRunning

        public MapRunItemCounts withRunning(Long running)

        The total number of items being processed in child workflow executions that are currently in-progress.

        Parameters:
        running - The total number of items being processed in child workflow executions that are currently in-progress.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSucceeded

        public void setSucceeded(Long succeeded)

        The total number of items processed in child workflow executions that have completed successfully.

        Parameters:
        succeeded - The total number of items processed in child workflow executions that have completed successfully.
      • getSucceeded

        public Long getSucceeded()

        The total number of items processed in child workflow executions that have completed successfully.

        Returns:
        The total number of items processed in child workflow executions that have completed successfully.
      • withSucceeded

        public MapRunItemCounts withSucceeded(Long succeeded)

        The total number of items processed in child workflow executions that have completed successfully.

        Parameters:
        succeeded - The total number of items processed in child workflow executions that have completed successfully.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFailed

        public void setFailed(Long failed)

        The total number of items processed in child workflow executions that have failed.

        Parameters:
        failed - The total number of items processed in child workflow executions that have failed.
      • getFailed

        public Long getFailed()

        The total number of items processed in child workflow executions that have failed.

        Returns:
        The total number of items processed in child workflow executions that have failed.
      • withFailed

        public MapRunItemCounts withFailed(Long failed)

        The total number of items processed in child workflow executions that have failed.

        Parameters:
        failed - The total number of items processed in child workflow executions that have failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTimedOut

        public void setTimedOut(Long timedOut)

        The total number of items processed in child workflow executions that have timed out.

        Parameters:
        timedOut - The total number of items processed in child workflow executions that have timed out.
      • getTimedOut

        public Long getTimedOut()

        The total number of items processed in child workflow executions that have timed out.

        Returns:
        The total number of items processed in child workflow executions that have timed out.
      • withTimedOut

        public MapRunItemCounts withTimedOut(Long timedOut)

        The total number of items processed in child workflow executions that have timed out.

        Parameters:
        timedOut - The total number of items processed in child workflow executions that have timed out.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAborted

        public void setAborted(Long aborted)

        The total number of items processed in child workflow executions that were either stopped by the user or by Step Functions, because the Map Run failed.

        Parameters:
        aborted - The total number of items processed in child workflow executions that were either stopped by the user or by Step Functions, because the Map Run failed.
      • getAborted

        public Long getAborted()

        The total number of items processed in child workflow executions that were either stopped by the user or by Step Functions, because the Map Run failed.

        Returns:
        The total number of items processed in child workflow executions that were either stopped by the user or by Step Functions, because the Map Run failed.
      • withAborted

        public MapRunItemCounts withAborted(Long aborted)

        The total number of items processed in child workflow executions that were either stopped by the user or by Step Functions, because the Map Run failed.

        Parameters:
        aborted - The total number of items processed in child workflow executions that were either stopped by the user or by Step Functions, because the Map Run failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTotal

        public void setTotal(Long total)

        The total number of items processed in all the child workflow executions started by a Map Run.

        Parameters:
        total - The total number of items processed in all the child workflow executions started by a Map Run.
      • getTotal

        public Long getTotal()

        The total number of items processed in all the child workflow executions started by a Map Run.

        Returns:
        The total number of items processed in all the child workflow executions started by a Map Run.
      • withTotal

        public MapRunItemCounts withTotal(Long total)

        The total number of items processed in all the child workflow executions started by a Map Run.

        Parameters:
        total - The total number of items processed in all the child workflow executions started by a Map Run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResultsWritten

        public void setResultsWritten(Long resultsWritten)

        Returns the count of items whose results were written by ResultWriter. For more information, see ResultWriter in the Step Functions Developer Guide.

        Parameters:
        resultsWritten - Returns the count of items whose results were written by ResultWriter. For more information, see ResultWriter in the Step Functions Developer Guide.
      • getResultsWritten

        public Long getResultsWritten()

        Returns the count of items whose results were written by ResultWriter. For more information, see ResultWriter in the Step Functions Developer Guide.

        Returns:
        Returns the count of items whose results were written by ResultWriter. For more information, see ResultWriter in the Step Functions Developer Guide.
      • withResultsWritten

        public MapRunItemCounts withResultsWritten(Long resultsWritten)

        Returns the count of items whose results were written by ResultWriter. For more information, see ResultWriter in the Step Functions Developer Guide.

        Parameters:
        resultsWritten - Returns the count of items whose results were written by ResultWriter. For more information, see ResultWriter in the Step Functions Developer Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFailuresNotRedrivable

        public void setFailuresNotRedrivable(Long failuresNotRedrivable)

        The number of FAILED, ABORTED, or TIMED_OUT items in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal. For example, child workflows with an execution status of FAILED, ABORTED, or TIMED_OUT and a redriveStatus of NOT_REDRIVABLE.

        Parameters:
        failuresNotRedrivable - The number of FAILED, ABORTED, or TIMED_OUT items in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal. For example, child workflows with an execution status of FAILED, ABORTED, or TIMED_OUT and a redriveStatus of NOT_REDRIVABLE.
      • getFailuresNotRedrivable

        public Long getFailuresNotRedrivable()

        The number of FAILED, ABORTED, or TIMED_OUT items in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal. For example, child workflows with an execution status of FAILED, ABORTED, or TIMED_OUT and a redriveStatus of NOT_REDRIVABLE.

        Returns:
        The number of FAILED, ABORTED, or TIMED_OUT items in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal. For example, child workflows with an execution status of FAILED, ABORTED, or TIMED_OUT and a redriveStatus of NOT_REDRIVABLE.
      • withFailuresNotRedrivable

        public MapRunItemCounts withFailuresNotRedrivable(Long failuresNotRedrivable)

        The number of FAILED, ABORTED, or TIMED_OUT items in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal. For example, child workflows with an execution status of FAILED, ABORTED, or TIMED_OUT and a redriveStatus of NOT_REDRIVABLE.

        Parameters:
        failuresNotRedrivable - The number of FAILED, ABORTED, or TIMED_OUT items in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal. For example, child workflows with an execution status of FAILED, ABORTED, or TIMED_OUT and a redriveStatus of NOT_REDRIVABLE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPendingRedrive

        public void setPendingRedrive(Long pendingRedrive)

        The number of unsuccessful items in child workflow executions currently waiting to be redriven.

        Parameters:
        pendingRedrive - The number of unsuccessful items in child workflow executions currently waiting to be redriven.
      • getPendingRedrive

        public Long getPendingRedrive()

        The number of unsuccessful items in child workflow executions currently waiting to be redriven.

        Returns:
        The number of unsuccessful items in child workflow executions currently waiting to be redriven.
      • withPendingRedrive

        public MapRunItemCounts withPendingRedrive(Long pendingRedrive)

        The number of unsuccessful items in child workflow executions currently waiting to be redriven.

        Parameters:
        pendingRedrive - The number of unsuccessful items in child workflow executions currently waiting to be redriven.
        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 によって変換されたページ (->オリジナル) /