public static interface TrustedAdvisorResourceDetail.Builder extends SdkPojo, CopyableBuilder<TrustedAdvisorResourceDetail.Builder,TrustedAdvisorResourceDetail>
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorResourceDetail.Builder |
isSuppressed(Boolean isSuppressed)
Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the
user.
|
TrustedAdvisorResourceDetail.Builder |
metadata(Collection<String> metadata)
Additional information about the identified resource.
|
TrustedAdvisorResourceDetail.Builder |
metadata(String... metadata)
Additional information about the identified resource.
|
TrustedAdvisorResourceDetail.Builder |
region(String region)
The AWS region in which the identified resource is located.
|
TrustedAdvisorResourceDetail.Builder |
resourceId(String resourceId)
The unique identifier for the identified resource.
|
TrustedAdvisorResourceDetail.Builder |
status(String status)
The status code for the resource identified in the Trusted Advisor check.
|
copy
applyMutation, build
TrustedAdvisorResourceDetail.Builder status(String status)
The status code for the resource identified in the Trusted Advisor check.
status
- The status code for the resource identified in the Trusted Advisor check.TrustedAdvisorResourceDetail.Builder region(String region)
The AWS region in which the identified resource is located.
region
- The AWS region in which the identified resource is located.TrustedAdvisorResourceDetail.Builder resourceId(String resourceId)
The unique identifier for the identified resource.
resourceId
- The unique identifier for the identified resource.TrustedAdvisorResourceDetail.Builder isSuppressed(Boolean isSuppressed)
Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
isSuppressed
- Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed
by the user.TrustedAdvisorResourceDetail.Builder metadata(Collection<String> metadata)
Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
metadata
- Additional information about the identified resource. The exact metadata and its order can be obtained
by inspecting the TrustedAdvisorCheckDescription object returned by the call to
DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel
download, even in those cases where the UI shows just summary data.TrustedAdvisorResourceDetail.Builder metadata(String... metadata)
Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription object returned by the call to DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
metadata
- Additional information about the identified resource. The exact metadata and its order can be obtained
by inspecting the TrustedAdvisorCheckDescription object returned by the call to
DescribeTrustedAdvisorChecks. Metadata contains all the data that is shown in the Excel
download, even in those cases where the UI shows just summary data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.