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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudFormationAction.BuilderactionType(String actionType)The action type of the CloudFormation action.CloudFormationAction.BuilderactionType(CloudFormationActionType actionType)The action type of the CloudFormation action.CloudFormationAction.Builderresource(String resource)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 Detail
-
resource
CloudFormationAction.Builder resource(String 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
CloudFormationAction.Builder actionType(String 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:
CloudFormationActionType,CloudFormationActionType
-
actionType
CloudFormationAction.Builder actionType(CloudFormationActionType 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:
CloudFormationActionType,CloudFormationActionType
-
-