Interface DescribeAssociationExecutionsResponse.Builder

    • Method Detail

      • associationExecutions

        DescribeAssociationExecutionsResponse.Builder associationExecutions​(Collection<AssociationExecution> associationExecutions)

        A list of the executions for the specified association ID.

        Parameters:
        associationExecutions - A list of the executions for the specified association ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associationExecutions

        DescribeAssociationExecutionsResponse.Builder associationExecutions​(AssociationExecution... associationExecutions)

        A list of the executions for the specified association ID.

        Parameters:
        associationExecutions - A list of the executions for the specified association ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAssociationExecutionsResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. Use this token to get the next set of results.

        Parameters:
        nextToken - The token for the next set of items to return. Use this token to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.