Interface ListOrganizationRecommendationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListOrganizationRecommendationsRequest.Builder,ListOrganizationRecommendationsRequest>,SdkBuilder<ListOrganizationRecommendationsRequest.Builder,ListOrganizationRecommendationsRequest>,SdkPojo,SdkRequest.Builder,TrustedAdvisorRequest.Builder
- Enclosing class:
- ListOrganizationRecommendationsRequest
public static interface ListOrganizationRecommendationsRequest.Builder extends TrustedAdvisorRequest.Builder, SdkPojo, CopyableBuilder<ListOrganizationRecommendationsRequest.Builder,ListOrganizationRecommendationsRequest>
-
-
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
ListOrganizationRecommendationsRequest.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
ListOrganizationRecommendationsRequest.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
ListOrganizationRecommendationsRequest.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
ListOrganizationRecommendationsRequest.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
ListOrganizationRecommendationsRequest.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
ListOrganizationRecommendationsRequest.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
ListOrganizationRecommendationsRequest.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
ListOrganizationRecommendationsRequest.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
ListOrganizationRecommendationsRequest.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
ListOrganizationRecommendationsRequest.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
ListOrganizationRecommendationsRequest.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
ListOrganizationRecommendationsRequest.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
ListOrganizationRecommendationsRequest.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
ListOrganizationRecommendationsRequest.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
ListOrganizationRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListOrganizationRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-