Interface ProjectsForRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProjectsForRule.Builder,ProjectsForRule>,SdkBuilder<ProjectsForRule.Builder,ProjectsForRule>,SdkPojo
- Enclosing class:
- ProjectsForRule
public static interface ProjectsForRule.Builder extends SdkPojo, CopyableBuilder<ProjectsForRule.Builder,ProjectsForRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectsForRule.BuilderselectionMode(String selectionMode)The selection mode of the rule.ProjectsForRule.BuilderselectionMode(RuleScopeSelectionMode selectionMode)The selection mode of the rule.ProjectsForRule.BuilderspecificProjects(String... specificProjects)The specific projects in which the rule is created.ProjectsForRule.BuilderspecificProjects(Collection<String> specificProjects)The specific projects in which the rule is created.-
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 Detail
-
selectionMode
ProjectsForRule.Builder selectionMode(String selectionMode)
The selection mode of the rule.
- Parameters:
selectionMode- The selection mode of the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RuleScopeSelectionMode,RuleScopeSelectionMode
-
selectionMode
ProjectsForRule.Builder selectionMode(RuleScopeSelectionMode selectionMode)
The selection mode of the rule.
- Parameters:
selectionMode- The selection mode of the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RuleScopeSelectionMode,RuleScopeSelectionMode
-
specificProjects
ProjectsForRule.Builder specificProjects(Collection<String> specificProjects)
The specific projects in which the rule is created.
- Parameters:
specificProjects- The specific projects in which the rule is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
specificProjects
ProjectsForRule.Builder specificProjects(String... specificProjects)
The specific projects in which the rule is created.
- Parameters:
specificProjects- The specific projects in which the rule is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-