Interface DescribeAutomationExecutionsResponse.Builder

    • Method Detail

      • automationExecutionMetadataList

        DescribeAutomationExecutionsResponse.Builder automationExecutionMetadataList​(Collection<AutomationExecutionMetadata> automationExecutionMetadataList)

        The list of details about each automation execution which has occurred which matches the filter specification, if any.

        Parameters:
        automationExecutionMetadataList - The list of details about each automation execution which has occurred which matches the filter specification, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • automationExecutionMetadataList

        DescribeAutomationExecutionsResponse.Builder automationExecutionMetadataList​(AutomationExecutionMetadata... automationExecutionMetadataList)

        The list of details about each automation execution which has occurred which matches the filter specification, if any.

        Parameters:
        automationExecutionMetadataList - The list of details about each automation execution which has occurred which matches the filter specification, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAutomationExecutionsResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

        Parameters:
        nextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.