Interface CloudFormationAction.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CloudFormationAction.Builder,,CloudFormationAction> SdkBuilder<CloudFormationAction.Builder,,CloudFormationAction> SdkPojo
- Enclosing class:
CloudFormationAction
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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:
-