Interface TrustedAdvisorResourceDetail.Builder

    • 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.