Interface ScopeSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScopeSettings.Builder,
,ScopeSettings> SdkBuilder<ScopeSettings.Builder,
,ScopeSettings> SdkPojo
- Enclosing class:
ScopeSettings
@Mutable
@NotThreadSafe
public static interface ScopeSettings.Builder
extends SdkPojo, CopyableBuilder<ScopeSettings.Builder,ScopeSettings>
-
Method Summary
Modifier and TypeMethodDescriptionprojectSelectionScope
(String projectSelectionScope) The scope of projects to be selected for scanning within the integrated repositories.projectSelectionScope
(ProjectSelectionScope projectSelectionScope) The scope of projects to be selected for scanning within the integrated repositories.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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 toALL
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
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 toALL
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:
-