public static interface ListRecommendationsRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<ListRecommendationsRequest.Builder,ListRecommendationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsRequest.Builder |
accountId(String accountId)
The ID of the Amazon Web Services account.
|
ListRecommendationsRequest.Builder |
insightId(String insightId)
The ID of the requested insight.
|
ListRecommendationsRequest.Builder |
locale(Locale locale)
A locale that specifies the language to use for recommendations.
|
ListRecommendationsRequest.Builder |
locale(String locale)
A locale that specifies the language to use for recommendations.
|
ListRecommendationsRequest.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListRecommendationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRecommendationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecommendationsRequest.Builder insightId(String insightId)
The ID of the requested insight.
insightId - The ID of the requested insight.ListRecommendationsRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.ListRecommendationsRequest.Builder locale(String locale)
A locale that specifies the language to use for recommendations.
ListRecommendationsRequest.Builder locale(Locale locale)
A locale that specifies the language to use for recommendations.
ListRecommendationsRequest.Builder accountId(String accountId)
The ID of the Amazon Web Services account.
accountId - The ID of the Amazon Web Services account.ListRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.