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 Summary
Modifier and TypeMethodDescriptiondatasetGroupArn(String datasetGroupArn) The Amazon Resource Name (ARN) of the Domain dataset group to list the recommenders for.maxResults(Integer maxResults) The maximum number of recommenders to return.A token returned from the previous call toListRecommendersfor getting the next set of recommenders (if they exist).overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.personalize.model.PersonalizeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
ListRecommendersfor getting the next set of recommenders (if they exist).- Parameters:
nextToken- A token returned from the previous call toListRecommendersfor 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
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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListRecommendersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-