Interface CloudFormationAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CloudFormationAction.Builder,
,CloudFormationAction> SdkBuilder<CloudFormationAction.Builder,
,CloudFormationAction> SdkPojo
- Enclosing class:
CloudFormationAction
@Mutable
@NotThreadSafe
public static interface CloudFormationAction.Builder
extends SdkPojo, CopyableBuilder<CloudFormationAction.Builder,CloudFormationAction>
-
Method Summary
Modifier and TypeMethodDescriptionactionType
(String actionType) The action type of the CloudFormation action.actionType
(CloudFormationActionType actionType) The action type of the CloudFormation action.The resource of the CloudFormation action.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
-
resource
The resource of the CloudFormation action.
- Parameters:
resource
- The resource of the CloudFormation action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionType
The action type of the CloudFormation action.
- Parameters:
actionType
- The action type of the CloudFormation action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
actionType
The action type of the CloudFormation action.
- Parameters:
actionType
- The action type of the CloudFormation action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-