Interface ListRecommendationsForResourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRecommendationsForResourceRequest.Builder,,ListRecommendationsForResourceRequest> SdkBuilder<ListRecommendationsForResourceRequest.Builder,,ListRecommendationsForResourceRequest> SdkPojo,SdkRequest.Builder,TrustedAdvisorRequest.Builder
- Enclosing class:
ListRecommendationsForResourceRequest
@Mutable
@NotThreadSafe
public static interface ListRecommendationsForResourceRequest.Builder
extends TrustedAdvisorRequest.Builder, SdkPojo, CopyableBuilder<ListRecommendationsForResourceRequest.Builder,ListRecommendationsForResourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionawsResourceArn(String awsResourceArn) The ARN of the AWS resource to query recommendations forThe AWS Trusted Advisor Check ARN that relates to 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 pageThe 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 that the recommendation belongs topillar(RecommendationPillar pillar) The pillar that the recommendation belongs toThe current status of the Recommendation Resourcestatus(ResourceStatus status) The current status of the Recommendation ResourceMethods 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.
-
awsResourceArn
The ARN of the AWS resource to query recommendations for
- Parameters:
awsResourceArn- The ARN of the AWS resource to query recommendations for- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pillar
The pillar that the recommendation belongs to
- Parameters:
pillar- The pillar that the recommendation belongs to- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pillar
The pillar that the recommendation belongs to
- Parameters:
pillar- The pillar that the recommendation belongs to- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the Recommendation Resource
- Parameters:
status- The current status of the Recommendation Resource- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the Recommendation Resource
- Parameters:
status- The current status of the Recommendation Resource- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
checkArn
The AWS Trusted Advisor Check ARN that relates to the Recommendation
- Parameters:
checkArn- The AWS Trusted Advisor Check ARN that relates to 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
ListRecommendationsForResourceRequest.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
ListRecommendationsForResourceRequest.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.
-