public static interface LifecyclePolicyRuleAction.Builder extends SdkPojo, CopyableBuilder<LifecyclePolicyRuleAction.Builder,LifecyclePolicyRuleAction>
Modifier and Type | Method and Description |
---|---|
LifecyclePolicyRuleAction.Builder |
type(ImageActionType type)
The type of action to be taken.
|
LifecyclePolicyRuleAction.Builder |
type(String type)
The type of action to be taken.
|
copy
applyMutation, build
LifecyclePolicyRuleAction.Builder type(String type)
The type of action to be taken.
type
- The type of action to be taken.ImageActionType
,
ImageActionType
LifecyclePolicyRuleAction.Builder type(ImageActionType type)
The type of action to be taken.
type
- The type of action to be taken.ImageActionType
,
ImageActionType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.