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 DescribeMapRunResult

    • Constructor Detail

      • DescribeMapRunResult

        public DescribeMapRunResult()
    • Method Detail

      • setMapRunArn

        public void setMapRunArn(String mapRunArn)

        The Amazon Resource Name (ARN) that identifies a Map Run.

        Parameters:
        mapRunArn - The Amazon Resource Name (ARN) that identifies a Map Run.
      • getMapRunArn

        public String getMapRunArn()

        The Amazon Resource Name (ARN) that identifies a Map Run.

        Returns:
        The Amazon Resource Name (ARN) that identifies a Map Run.
      • withMapRunArn

        public DescribeMapRunResult withMapRunArn(String mapRunArn)

        The Amazon Resource Name (ARN) that identifies a Map Run.

        Parameters:
        mapRunArn - The Amazon Resource Name (ARN) that identifies a Map Run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExecutionArn

        public void setExecutionArn(String executionArn)

        The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.

        Parameters:
        executionArn - The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
      • getExecutionArn

        public String getExecutionArn()

        The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.

        Returns:
        The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
      • withExecutionArn

        public DescribeMapRunResult withExecutionArn(String executionArn)

        The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.

        Parameters:
        executionArn - The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The current status of the Map Run.

        Parameters:
        status - The current status of the Map Run.
        See Also:
        MapRunStatus
      • getStatus

        public String getStatus()

        The current status of the Map Run.

        Returns:
        The current status of the Map Run.
        See Also:
        MapRunStatus
      • withStatus

        public DescribeMapRunResult withStatus(String status)

        The current status of the Map Run.

        Parameters:
        status - The current status of the Map Run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MapRunStatus
      • withStatus

        public DescribeMapRunResult withStatus(MapRunStatus status)

        The current status of the Map Run.

        Parameters:
        status - The current status of the Map Run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MapRunStatus
      • setStartDate

        public void setStartDate(Date startDate)

        The date when the Map Run was started.

        Parameters:
        startDate - The date when the Map Run was started.
      • getStartDate

        public Date getStartDate()

        The date when the Map Run was started.

        Returns:
        The date when the Map Run was started.
      • withStartDate

        public DescribeMapRunResult withStartDate(Date startDate)

        The date when the Map Run was started.

        Parameters:
        startDate - The date when the Map Run was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStopDate

        public void setStopDate(Date stopDate)

        The date when the Map Run was stopped.

        Parameters:
        stopDate - The date when the Map Run was stopped.
      • getStopDate

        public Date getStopDate()

        The date when the Map Run was stopped.

        Returns:
        The date when the Map Run was stopped.
      • withStopDate

        public DescribeMapRunResult withStopDate(Date stopDate)

        The date when the Map Run was stopped.

        Parameters:
        stopDate - The date when the Map Run was stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxConcurrency

        public void setMaxConcurrency(Integer maxConcurrency)

        The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.

        Parameters:
        maxConcurrency - The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
      • getMaxConcurrency

        public Integer getMaxConcurrency()

        The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.

        Returns:
        The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
      • withMaxConcurrency

        public DescribeMapRunResult withMaxConcurrency(Integer maxConcurrency)

        The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.

        Parameters:
        maxConcurrency - The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setToleratedFailurePercentage

        public void setToleratedFailurePercentage(Float toleratedFailurePercentage)

        The maximum percentage of failed child workflow executions before the Map Run fails.

        Parameters:
        toleratedFailurePercentage - The maximum percentage of failed child workflow executions before the Map Run fails.
      • getToleratedFailurePercentage

        public Float getToleratedFailurePercentage()

        The maximum percentage of failed child workflow executions before the Map Run fails.

        Returns:
        The maximum percentage of failed child workflow executions before the Map Run fails.
      • withToleratedFailurePercentage

        public DescribeMapRunResult withToleratedFailurePercentage(Float toleratedFailurePercentage)

        The maximum percentage of failed child workflow executions before the Map Run fails.

        Parameters:
        toleratedFailurePercentage - The maximum percentage of failed child workflow executions before the Map Run fails.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setToleratedFailureCount

        public void setToleratedFailureCount(Long toleratedFailureCount)

        The maximum number of failed child workflow executions before the Map Run fails.

        Parameters:
        toleratedFailureCount - The maximum number of failed child workflow executions before the Map Run fails.
      • getToleratedFailureCount

        public Long getToleratedFailureCount()

        The maximum number of failed child workflow executions before the Map Run fails.

        Returns:
        The maximum number of failed child workflow executions before the Map Run fails.
      • withToleratedFailureCount

        public DescribeMapRunResult withToleratedFailureCount(Long toleratedFailureCount)

        The maximum number of failed child workflow executions before the Map Run fails.

        Parameters:
        toleratedFailureCount - The maximum number of failed child workflow executions before the Map Run fails.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setItemCounts

        public void setItemCounts(MapRunItemCounts itemCounts)

        A JSON object that contains information about the total number of items, and the item count for each processing status, such as pending and failed.

        Parameters:
        itemCounts - A JSON object that contains information about the total number of items, and the item count for each processing status, such as pending and failed.
      • getItemCounts

        public MapRunItemCounts getItemCounts()

        A JSON object that contains information about the total number of items, and the item count for each processing status, such as pending and failed.

        Returns:
        A JSON object that contains information about the total number of items, and the item count for each processing status, such as pending and failed.
      • withItemCounts

        public DescribeMapRunResult withItemCounts(MapRunItemCounts itemCounts)

        A JSON object that contains information about the total number of items, and the item count for each processing status, such as pending and failed.

        Parameters:
        itemCounts - A JSON object that contains information about the total number of items, and the item count for each processing status, such as pending and failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExecutionCounts

        public void setExecutionCounts(MapRunExecutionCounts executionCounts)

        A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such as failed and succeeded.

        Parameters:
        executionCounts - A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such as failed and succeeded.
      • getExecutionCounts

        public MapRunExecutionCounts getExecutionCounts()

        A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such as failed and succeeded.

        Returns:
        A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such as failed and succeeded.
      • withExecutionCounts

        public DescribeMapRunResult withExecutionCounts(MapRunExecutionCounts executionCounts)

        A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such as failed and succeeded.

        Parameters:
        executionCounts - A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such as failed and succeeded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRedriveCount

        public void setRedriveCount(Integer redriveCount)

        The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the redriveCount is 0. This count is only updated if you successfully redrive a Map Run.

        Parameters:
        redriveCount - The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the redriveCount is 0. This count is only updated if you successfully redrive a Map Run.
      • getRedriveCount

        public Integer getRedriveCount()

        The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the redriveCount is 0. This count is only updated if you successfully redrive a Map Run.

        Returns:
        The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the redriveCount is 0. This count is only updated if you successfully redrive a Map Run.
      • withRedriveCount

        public DescribeMapRunResult withRedriveCount(Integer redriveCount)

        The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the redriveCount is 0. This count is only updated if you successfully redrive a Map Run.

        Parameters:
        redriveCount - The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the redriveCount is 0. This count is only updated if you successfully redrive a Map Run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRedriveDate

        public void setRedriveDate(Date redriveDate)

        The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate is null.

        Parameters:
        redriveDate - The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate is null.
      • getRedriveDate

        public Date getRedriveDate()

        The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate is null.

        Returns:
        The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate is null.
      • withRedriveDate

        public DescribeMapRunResult withRedriveDate(Date redriveDate)

        The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate is null.

        Parameters:
        redriveDate - The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate is null.
        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 によって変換されたページ (->オリジナル) /