Interface ListHumanLoopsRequest.Builder

    • Method Detail

      • creationTimeAfter

        ListHumanLoopsRequest.Builder creationTimeAfter​(Instant creationTimeAfter)

        (Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

        Parameters:
        creationTimeAfter - (Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimeBefore

        ListHumanLoopsRequest.Builder creationTimeBefore​(Instant creationTimeBefore)

        (Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

        Parameters:
        creationTimeBefore - (Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flowDefinitionArn

        ListHumanLoopsRequest.Builder flowDefinitionArn​(String flowDefinitionArn)

        The Amazon Resource Name (ARN) of a flow definition.

        Parameters:
        flowDefinitionArn - The Amazon Resource Name (ARN) of a flow definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortOrder

        ListHumanLoopsRequest.Builder sortOrder​(String sortOrder)

        Optional. The order for displaying results. Valid values: Ascending and Descending.

        Parameters:
        sortOrder - Optional. The order for displaying results. Valid values: Ascending and Descending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListHumanLoopsRequest.Builder sortOrder​(SortOrder sortOrder)

        Optional. The order for displaying results. Valid values: Ascending and Descending.

        Parameters:
        sortOrder - Optional. The order for displaying results. Valid values: Ascending and Descending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • nextToken

        ListHumanLoopsRequest.Builder nextToken​(String nextToken)

        A token to display the next page of results.

        Parameters:
        nextToken - A token to display the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListHumanLoopsRequest.Builder maxResults​(Integer maxResults)

        The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken is returned in the output. You can use this token to display the next page of results.

        Parameters:
        maxResults - The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken is returned in the output. You can use this token to display the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.