Interface BatchGetCodeSnippetResponse.Builder

    • Method Detail

      • codeSnippetResults

        BatchGetCodeSnippetResponse.Builder codeSnippetResults​(Collection<CodeSnippetResult> codeSnippetResults)

        The retrieved code snippets associated with the provided finding ARNs.

        Parameters:
        codeSnippetResults - The retrieved code snippets associated with the provided finding ARNs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • codeSnippetResults

        BatchGetCodeSnippetResponse.Builder codeSnippetResults​(CodeSnippetResult... codeSnippetResults)

        The retrieved code snippets associated with the provided finding ARNs.

        Parameters:
        codeSnippetResults - The retrieved code snippets associated with the provided finding ARNs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        BatchGetCodeSnippetResponse.Builder errors​(Collection<CodeSnippetError> errors)

        Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.

        Parameters:
        errors - Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        BatchGetCodeSnippetResponse.Builder errors​(CodeSnippetError... errors)

        Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.

        Parameters:
        errors - Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.