Interface ScopeSettings.Builder

  • Method Details

    • projectSelectionScope

      ScopeSettings.Builder projectSelectionScope(String projectSelectionScope)

      The scope of projects to be selected for scanning within the integrated repositories. Setting the value to ALL applies the scope settings to all existing and future projects imported into Amazon Inspector.

      Parameters:
      projectSelectionScope - The scope of projects to be selected for scanning within the integrated repositories. Setting the value to ALL applies the scope settings to all existing and future projects imported into Amazon Inspector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • projectSelectionScope

      ScopeSettings.Builder projectSelectionScope(ProjectSelectionScope projectSelectionScope)

      The scope of projects to be selected for scanning within the integrated repositories. Setting the value to ALL applies the scope settings to all existing and future projects imported into Amazon Inspector.

      Parameters:
      projectSelectionScope - The scope of projects to be selected for scanning within the integrated repositories. Setting the value to ALL applies the scope settings to all existing and future projects imported into Amazon Inspector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: