CheckSummary.Builder |
CheckSummary.Builder.arn(String arn) |
The ARN of the AWS Trusted Advisor Check
|
CheckSummary.Builder |
CheckSummary.Builder.awsServices(String... awsServices) |
The AWS Services that the Check applies to
|
CheckSummary.Builder |
CheckSummary.Builder.awsServices(Collection<String> awsServices) |
The AWS Services that the Check applies to
|
static CheckSummary.Builder |
CheckSummary.builder() |
|
CheckSummary.Builder |
CheckSummary.Builder.description(String description) |
A description of what the AWS Trusted Advisor Check is monitoring
|
CheckSummary.Builder |
CheckSummary.Builder.id(String id) |
The unique identifier of the AWS Trusted Advisor Check
|
CheckSummary.Builder |
CheckSummary.Builder.metadata(Map<String,String> metadata) |
The column headings for the metadata returned in the resource
|
CheckSummary.Builder |
CheckSummary.Builder.name(String name) |
The name of the AWS Trusted Advisor Check
|
CheckSummary.Builder |
CheckSummary.Builder.pillars(Collection<RecommendationPillar> pillars) |
The Recommendation pillars that the AWS Trusted Advisor Check falls under
|
CheckSummary.Builder |
CheckSummary.Builder.pillars(RecommendationPillar... pillars) |
The Recommendation pillars that the AWS Trusted Advisor Check falls under
|
CheckSummary.Builder |
CheckSummary.Builder.pillarsWithStrings(String... pillars) |
The Recommendation pillars that the AWS Trusted Advisor Check falls under
|
CheckSummary.Builder |
CheckSummary.Builder.pillarsWithStrings(Collection<String> pillars) |
The Recommendation pillars that the AWS Trusted Advisor Check falls under
|
CheckSummary.Builder |
CheckSummary.Builder.source(String source) |
The source of the Recommendation
|
CheckSummary.Builder |
CheckSummary.Builder.source(RecommendationSource source) |
The source of the Recommendation
|
CheckSummary.Builder |
CheckSummary.toBuilder() |
|