public static interface GetRecommenderConfigurationsRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<GetRecommenderConfigurationsRequest.Builder,GetRecommenderConfigurationsRequest>
Modifier and Type | Method and Description |
---|---|
GetRecommenderConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetRecommenderConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetRecommenderConfigurationsRequest.Builder |
pageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
GetRecommenderConfigurationsRequest.Builder |
token(String token)
The NextToken string that specifies which page of results to return in a paginated response.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetRecommenderConfigurationsRequest.Builder pageSize(String pageSize)
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
pageSize
- The maximum number of items to include in each page of a paginated response. This parameter is not
supported for application, campaign, and journey metrics.GetRecommenderConfigurationsRequest.Builder token(String token)
The NextToken string that specifies which page of results to return in a paginated response.
token
- The NextToken string that specifies which page of results to return in a paginated response.GetRecommenderConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetRecommenderConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.