Interface ListRecommendationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRecommendationsRequest.Builder,ListRecommendationsRequest>,SdkBuilder<ListRecommendationsRequest.Builder,ListRecommendationsRequest>,SdkPojo,SdkRequest.Builder,TrustedAdvisorRequest.Builder
- Enclosing class:
- ListRecommendationsRequest
public static interface ListRecommendationsRequest.Builder extends TrustedAdvisorRequest.Builder, SdkPojo, CopyableBuilder<ListRecommendationsRequest.Builder,ListRecommendationsRequest>
-
-
Method Summary
-
Methods 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.trustedadvisor.model.TrustedAdvisorRequest.Builder
build
-
-
-
-
Method Detail
-
afterLastUpdatedAt
ListRecommendationsRequest.Builder afterLastUpdatedAt(Instant 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
ListRecommendationsRequest.Builder awsService(String 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
ListRecommendationsRequest.Builder beforeLastUpdatedAt(Instant 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
ListRecommendationsRequest.Builder checkIdentifier(String 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
ListRecommendationsRequest.Builder maxResults(Integer 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
ListRecommendationsRequest.Builder nextToken(String 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
ListRecommendationsRequest.Builder pillar(String 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:
RecommendationPillar,RecommendationPillar
-
pillar
ListRecommendationsRequest.Builder pillar(RecommendationPillar 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:
RecommendationPillar,RecommendationPillar
-
source
ListRecommendationsRequest.Builder source(String 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:
RecommendationSource,RecommendationSource
-
source
ListRecommendationsRequest.Builder source(RecommendationSource 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:
RecommendationSource,RecommendationSource
-
status
ListRecommendationsRequest.Builder status(String 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:
RecommendationStatus,RecommendationStatus
-
status
ListRecommendationsRequest.Builder status(RecommendationStatus 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:
RecommendationStatus,RecommendationStatus
-
type
ListRecommendationsRequest.Builder type(String 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:
RecommendationType,RecommendationType
-
type
ListRecommendationsRequest.Builder type(RecommendationType 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:
RecommendationType,RecommendationType
-
overrideConfiguration
ListRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-