Interface LifecyclePolicyRuleAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LifecyclePolicyRuleAction.Builder,
,LifecyclePolicyRuleAction> SdkBuilder<LifecyclePolicyRuleAction.Builder,
,LifecyclePolicyRuleAction> SdkPojo
- Enclosing class:
LifecyclePolicyRuleAction
@Mutable
@NotThreadSafe
public static interface LifecyclePolicyRuleAction.Builder
extends SdkPojo, CopyableBuilder<LifecyclePolicyRuleAction.Builder,LifecyclePolicyRuleAction>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of action to be taken.type
(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 Details
-
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:
-
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:
-