Interface TrustedAdvisorCheckDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrustedAdvisorCheckDescription.Builder,TrustedAdvisorCheckDescription>,SdkBuilder<TrustedAdvisorCheckDescription.Builder,TrustedAdvisorCheckDescription>,SdkPojo
- Enclosing class:
- TrustedAdvisorCheckDescription
public static interface TrustedAdvisorCheckDescription.Builder extends SdkPojo, CopyableBuilder<TrustedAdvisorCheckDescription.Builder,TrustedAdvisorCheckDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrustedAdvisorCheckDescription.Buildercategory(String category)The category of the Trusted Advisor check.TrustedAdvisorCheckDescription.Builderdescription(String description)The description of the Trusted Advisor check, which includes the alert criteria and recommended operations (contains HTML markup).TrustedAdvisorCheckDescription.Builderid(String id)The unique identifier for the Trusted Advisor check.TrustedAdvisorCheckDescription.Buildermetadata(String... metadata)The column headings for the data returned by the Trusted Advisor check.TrustedAdvisorCheckDescription.Buildermetadata(Collection<String> metadata)The column headings for the data returned by the Trusted Advisor check.TrustedAdvisorCheckDescription.Buildername(String name)The display name for the Trusted Advisor check.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
TrustedAdvisorCheckDescription.Builder id(String id)
The unique identifier for the Trusted Advisor check.
- Parameters:
id- The unique identifier for the Trusted Advisor check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
TrustedAdvisorCheckDescription.Builder name(String name)
The display name for the Trusted Advisor check.
- Parameters:
name- The display name for the Trusted Advisor check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
TrustedAdvisorCheckDescription.Builder description(String description)
The description of the Trusted Advisor check, which includes the alert criteria and recommended operations (contains HTML markup).
- Parameters:
description- The description of the Trusted Advisor check, which includes the alert criteria and recommended operations (contains HTML markup).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
TrustedAdvisorCheckDescription.Builder category(String category)
The category of the Trusted Advisor check.
- Parameters:
category- The category of the Trusted Advisor check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
TrustedAdvisorCheckDescription.Builder metadata(Collection<String> metadata)
The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
- Parameters:
metadata- The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
TrustedAdvisorCheckDescription.Builder metadata(String... metadata)
The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
- Parameters:
metadata- The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-