public static interface ListRecommenderConfigurationsResponse.Builder extends SdkPojo, CopyableBuilder<ListRecommenderConfigurationsResponse.Builder,ListRecommenderConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRecommenderConfigurationsResponse.Builder |
item(Collection<RecommenderConfigurationResponse> item)
An array of responses, one for each recommender model configuration that's associated with your Amazon
Pinpoint account.
|
ListRecommenderConfigurationsResponse.Builder |
item(Consumer<RecommenderConfigurationResponse.Builder>... item)
An array of responses, one for each recommender model configuration that's associated with your Amazon
Pinpoint account.
|
ListRecommenderConfigurationsResponse.Builder |
item(RecommenderConfigurationResponse... item)
An array of responses, one for each recommender model configuration that's associated with your Amazon
Pinpoint account.
|
ListRecommenderConfigurationsResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecommenderConfigurationsResponse.Builder item(Collection<RecommenderConfigurationResponse> item)
An array of responses, one for each recommender model configuration that's associated with your Amazon Pinpoint account.
item - An array of responses, one for each recommender model configuration that's associated with your Amazon
Pinpoint account.ListRecommenderConfigurationsResponse.Builder item(RecommenderConfigurationResponse... item)
An array of responses, one for each recommender model configuration that's associated with your Amazon Pinpoint account.
item - An array of responses, one for each recommender model configuration that's associated with your Amazon
Pinpoint account.ListRecommenderConfigurationsResponse.Builder item(Consumer<RecommenderConfigurationResponse.Builder>... item)
An array of responses, one for each recommender model configuration that's associated with your Amazon Pinpoint account.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #item(List) .item - a consumer that will call methods on List.Builder #item(List) ListRecommenderConfigurationsResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null if there are no additional pages.Copyright © 2022. All rights reserved.