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 Details

    • 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

      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

      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

      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

      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.