Interface AssetTypesForRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetTypesForRule.Builder,AssetTypesForRule>,SdkBuilder<AssetTypesForRule.Builder,AssetTypesForRule>,SdkPojo
- Enclosing class:
- AssetTypesForRule
public static interface AssetTypesForRule.Builder extends SdkPojo, CopyableBuilder<AssetTypesForRule.Builder,AssetTypesForRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetTypesForRule.BuilderselectionMode(String selectionMode)The selection mode for the rule.AssetTypesForRule.BuilderselectionMode(RuleScopeSelectionMode selectionMode)The selection mode for the rule.AssetTypesForRule.BuilderspecificAssetTypes(String... specificAssetTypes)The specific asset types that are included in the rule.AssetTypesForRule.BuilderspecificAssetTypes(Collection<String> specificAssetTypes)The specific asset types that are included in the rule.-
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
AssetTypesForRule.Builder selectionMode(String selectionMode)
The selection mode for the rule.
- Parameters:
selectionMode- The selection mode for the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RuleScopeSelectionMode,RuleScopeSelectionMode
-
selectionMode
AssetTypesForRule.Builder selectionMode(RuleScopeSelectionMode selectionMode)
The selection mode for the rule.
- Parameters:
selectionMode- The selection mode for the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RuleScopeSelectionMode,RuleScopeSelectionMode
-
specificAssetTypes
AssetTypesForRule.Builder specificAssetTypes(Collection<String> specificAssetTypes)
The specific asset types that are included in the rule.
- Parameters:
specificAssetTypes- The specific asset types that are included in the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
specificAssetTypes
AssetTypesForRule.Builder specificAssetTypes(String... specificAssetTypes)
The specific asset types that are included in the rule.
- Parameters:
specificAssetTypes- The specific asset types that are included in the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-