Interface DescribeFindingsRequest.Builder

    • Method Detail

      • findingArns

        DescribeFindingsRequest.Builder findingArns​(Collection<String> findingArns)

        The ARN that specifies the finding that you want to describe.

        Parameters:
        findingArns - The ARN that specifies the finding that you want to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findingArns

        DescribeFindingsRequest.Builder findingArns​(String... findingArns)

        The ARN that specifies the finding that you want to describe.

        Parameters:
        findingArns - The ARN that specifies the finding that you want to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • locale

        DescribeFindingsRequest.Builder locale​(String locale)

        The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.

        Parameters:
        locale - The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Locale, Locale
      • locale

        DescribeFindingsRequest.Builder locale​(Locale locale)

        The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.

        Parameters:
        locale - The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Locale, Locale