Interface ListRecommendationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListRecommendationsRequest.Builder,
,ListRecommendationsRequest> SdkBuilder<ListRecommendationsRequest.Builder,
,ListRecommendationsRequest> SdkPojo
,SdkRequest.Builder
,TrustedAdvisorRequest.Builder
- Enclosing class:
ListRecommendationsRequest
@Mutable
@NotThreadSafe
public static interface ListRecommendationsRequest.Builder
extends TrustedAdvisorRequest.Builder, SdkPojo, CopyableBuilder<ListRecommendationsRequest.Builder,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 RecommendationmaxResults
(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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.trustedadvisor.model.TrustedAdvisorRequest.Builder
build
-
Method Details
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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:
-
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:
-
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:
-
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:
-
overrideConfiguration
ListRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-