Interface ListHumanLoopsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListHumanLoopsRequest.Builder,ListHumanLoopsRequest>, SageMakerA2IRuntimeRequest.Builder, SdkBuilder<ListHumanLoopsRequest.Builder,ListHumanLoopsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListHumanLoopsRequest

  • Method Details

    • 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

      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:
    • 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.
    • overrideConfiguration

      ListHumanLoopsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.