Interface LifecycleExecutionResourceAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LifecycleExecutionResourceAction.Builder,
,LifecycleExecutionResourceAction> SdkBuilder<LifecycleExecutionResourceAction.Builder,
,LifecycleExecutionResourceAction> SdkPojo
- Enclosing class:
LifecycleExecutionResourceAction
@Mutable
@NotThreadSafe
public static interface LifecycleExecutionResourceAction.Builder
extends SdkPojo, CopyableBuilder<LifecycleExecutionResourceAction.Builder,LifecycleExecutionResourceAction>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the resource that was identified for a lifecycle policy action.The name of the resource that was identified for a lifecycle policy action.The reason why the lifecycle policy action is 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
-
name
The name of the resource that was identified for a lifecycle policy action.
- Parameters:
name
- The name of the resource that was identified for a lifecycle policy action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the resource that was identified for a lifecycle policy action.
- Parameters:
name
- The name of the resource that was identified for a lifecycle policy action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
The reason why the lifecycle policy action is taken.
- Parameters:
reason
- The reason why the lifecycle policy action is taken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-