Interface CheckSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CheckSummary.Builder,
,CheckSummary> SdkBuilder<CheckSummary.Builder,
,CheckSummary> SdkPojo
- Enclosing class:
CheckSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the AWS Trusted Advisor CheckawsServices
(String... awsServices) The AWS Services that the Check applies toawsServices
(Collection<String> awsServices) The AWS Services that the Check applies todescription
(String description) A description of what the AWS Trusted Advisor Check is monitoringThe unique identifier of the AWS Trusted Advisor CheckThe column headings for the metadata returned in the resourceThe name of the AWS Trusted Advisor Checkpillars
(Collection<RecommendationPillar> pillars) The Recommendation pillars that the AWS Trusted Advisor Check falls underpillars
(RecommendationPillar... pillars) The Recommendation pillars that the AWS Trusted Advisor Check falls underpillarsWithStrings
(String... pillars) The Recommendation pillars that the AWS Trusted Advisor Check falls underpillarsWithStrings
(Collection<String> pillars) The Recommendation pillars that the AWS Trusted Advisor Check falls underThe source of the Recommendationsource
(RecommendationSource source) The source of the RecommendationMethods 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
-
Method Details
-
arn
The ARN of the AWS Trusted Advisor Check
- Parameters:
arn
- The ARN of the AWS Trusted Advisor Check- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsServices
The AWS Services that the Check applies to
- Parameters:
awsServices
- The AWS Services that the Check applies to- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsServices
The AWS Services that the Check applies to
- Parameters:
awsServices
- The AWS Services that the Check applies to- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of what the AWS Trusted Advisor Check is monitoring
- Parameters:
description
- A description of what the AWS Trusted Advisor Check is monitoring- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the AWS Trusted Advisor Check
- Parameters:
id
- The unique identifier of the AWS Trusted Advisor Check- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
The column headings for the metadata returned in the resource
- Parameters:
metadata
- The column headings for the metadata returned in the resource- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the AWS Trusted Advisor Check
- Parameters:
name
- The name of the AWS Trusted Advisor Check- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pillarsWithStrings
The Recommendation pillars that the AWS Trusted Advisor Check falls under
- Parameters:
pillars
- The Recommendation pillars that the AWS Trusted Advisor Check falls under- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pillarsWithStrings
The Recommendation pillars that the AWS Trusted Advisor Check falls under
- Parameters:
pillars
- The Recommendation pillars that the AWS Trusted Advisor Check falls under- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pillars
The Recommendation pillars that the AWS Trusted Advisor Check falls under
- Parameters:
pillars
- The Recommendation pillars that the AWS Trusted Advisor Check falls under- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pillars
The Recommendation pillars that the AWS Trusted Advisor Check falls under
- Parameters:
pillars
- The Recommendation pillars that the AWS Trusted Advisor Check falls under- 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:
-