Interface LifecyclePolicyRuleAction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LifecyclePolicyRuleAction.Builder,LifecyclePolicyRuleAction>,SdkBuilder<LifecyclePolicyRuleAction.Builder,LifecyclePolicyRuleAction>,SdkPojo
- Enclosing class:
- LifecyclePolicyRuleAction
public static interface LifecyclePolicyRuleAction.Builder extends SdkPojo, CopyableBuilder<LifecyclePolicyRuleAction.Builder,LifecyclePolicyRuleAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LifecyclePolicyRuleAction.Buildertype(String type)The type of action to be taken.LifecyclePolicyRuleAction.Buildertype(ImageActionType type)The type of action to be taken.-
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
-
type
LifecyclePolicyRuleAction.Builder type(String type)
The type of action to be taken.
- Parameters:
type- The type of action to be taken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImageActionType,ImageActionType
-
type
LifecyclePolicyRuleAction.Builder type(ImageActionType type)
The type of action to be taken.
- Parameters:
type- The type of action to be taken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImageActionType,ImageActionType
-
-