Interface ListRecommendersRequest.Builder

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

public static interface ListRecommendersRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListRecommendersRequest.Builder,ListRecommendersRequest>
  • Method Details

    • datasetGroupArn

      ListRecommendersRequest.Builder datasetGroupArn(String datasetGroupArn)

      The Amazon Resource Name (ARN) of the Domain dataset group to list the recommenders for. When a Domain dataset group is not specified, all the recommenders associated with the account are listed.

      Parameters:
      datasetGroupArn - The Amazon Resource Name (ARN) of the Domain dataset group to list the recommenders for. When a Domain dataset group is not specified, all the recommenders associated with the account are listed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A token returned from the previous call to ListRecommenders for getting the next set of recommenders (if they exist).

      Parameters:
      nextToken - A token returned from the previous call to ListRecommenders for getting the next set of recommenders (if they exist).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListRecommendersRequest.Builder maxResults(Integer maxResults)

      The maximum number of recommenders to return.

      Parameters:
      maxResults - The maximum number of recommenders to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListRecommendersRequest.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.