Interface TrustedAdvisorResourceDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrustedAdvisorResourceDetail.Builder,TrustedAdvisorResourceDetail>,SdkBuilder<TrustedAdvisorResourceDetail.Builder,TrustedAdvisorResourceDetail>,SdkPojo
- Enclosing class:
- TrustedAdvisorResourceDetail
public static interface TrustedAdvisorResourceDetail.Builder extends SdkPojo, CopyableBuilder<TrustedAdvisorResourceDetail.Builder,TrustedAdvisorResourceDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrustedAdvisorResourceDetail.BuilderisSuppressed(Boolean isSuppressed)Specifies whether the Amazon Web Services resource was ignored by Trusted Advisor because it was marked as suppressed by the user.TrustedAdvisorResourceDetail.Buildermetadata(String... metadata)Additional information about the identified resource.TrustedAdvisorResourceDetail.Buildermetadata(Collection<String> metadata)Additional information about the identified resource.TrustedAdvisorResourceDetail.Builderregion(String region)The Amazon Web Services Region in which the identified resource is located.TrustedAdvisorResourceDetail.BuilderresourceId(String resourceId)The unique identifier for the identified resource.TrustedAdvisorResourceDetail.Builderstatus(String status)The status code for the resource identified in 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, sdkFields
-
-
-
-
Method Detail
-
status
TrustedAdvisorResourceDetail.Builder status(String status)
The status code for the resource identified in the Trusted Advisor check.
- Parameters:
status- The status code for the resource identified in the Trusted Advisor check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
TrustedAdvisorResourceDetail.Builder region(String region)
The Amazon Web Services Region in which the identified resource is located.
- Parameters:
region- The Amazon Web Services Region in which the identified resource is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
TrustedAdvisorResourceDetail.Builder resourceId(String resourceId)
The unique identifier for the identified resource.
- Parameters:
resourceId- The unique identifier for the identified resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isSuppressed
TrustedAdvisorResourceDetail.Builder isSuppressed(Boolean isSuppressed)
Specifies whether the Amazon Web Services resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
- Parameters:
isSuppressed- Specifies whether the Amazon Web Services resource was ignored by Trusted Advisor because it was marked as suppressed by the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-