Interface ListRecommendationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRecommendationsRequest.Builder,,ListRecommendationsRequest> SdkBuilder<ListRecommendationsRequest.Builder,,ListRecommendationsRequest> SdkPojo,SdkRequest.Builder,TrustedAdvisorRequest.Builder
- Enclosing class:
ListRecommendationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionafterLastUpdatedAt(Instant afterLastUpdatedAt) After the last update of the RecommendationawsService(String awsService) The aws service associated with the RecommendationbeforeLastUpdatedAt(Instant beforeLastUpdatedAt) Before the last update of the RecommendationcheckIdentifier(String checkIdentifier) The check identifier of the RecommendationThe ISO 639-1 code for the language that you want your recommendations to appear in.language(RecommendationLanguage language) The ISO 639-1 code for the language that you want your recommendations to appear in.maxResults(Integer maxResults) The maximum number of results to return per page.The token for the next set of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The pillar of the Recommendationpillar(RecommendationPillar pillar) The pillar of the RecommendationThe source of the Recommendationsource(RecommendationSource source) The source of the RecommendationThe status of the Recommendationstatus(RecommendationStatus status) The status of the RecommendationThe type of the Recommendationtype(RecommendationType type) The type of the RecommendationMethods 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.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.trustedadvisor.model.TrustedAdvisorRequest.Builder
build
-
Method Details
-
nextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- Parameters:
nextToken- The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return per page.
- Parameters:
maxResults- The maximum number of results to return per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the Recommendation
- Parameters:
type- The type of the Recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the Recommendation
- Parameters:
type- The type of the Recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the Recommendation
- Parameters:
status- The status of the Recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the Recommendation
- Parameters:
status- The status of the Recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pillar
The pillar of the Recommendation
- Parameters:
pillar- The pillar of the Recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pillar
The pillar of the Recommendation
- Parameters:
pillar- The pillar of the Recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
awsService
The aws service associated with the Recommendation
- Parameters:
awsService- The aws service associated with the Recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The source of the Recommendation
- Parameters:
source- The source of the Recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
The source of the Recommendation
- Parameters:
source- The source of the Recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
checkIdentifier
The check identifier of the Recommendation
- Parameters:
checkIdentifier- The check identifier of the Recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
afterLastUpdatedAt
After the last update of the Recommendation
- Parameters:
afterLastUpdatedAt- After the last update of the Recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beforeLastUpdatedAt
Before the last update of the Recommendation
- Parameters:
beforeLastUpdatedAt- Before the last update of the Recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
language
The ISO 639-1 code for the language that you want your recommendations to appear in.
- Parameters:
language- The ISO 639-1 code for the language that you want your recommendations to appear in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
language
The ISO 639-1 code for the language that you want your recommendations to appear in.
- Parameters:
language- The ISO 639-1 code for the language that you want your recommendations to appear in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListRecommendationsRequest.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
ListRecommendationsRequest.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.
-