Interface RollbackTrigger.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RollbackTrigger.Builder,RollbackTrigger>,SdkBuilder<RollbackTrigger.Builder,RollbackTrigger>,SdkPojo
- Enclosing class:
- RollbackTrigger
public static interface RollbackTrigger.Builder extends SdkPojo, CopyableBuilder<RollbackTrigger.Builder,RollbackTrigger>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RollbackTrigger.Builderarn(String arn)This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.RollbackTrigger.Buildertype(String type)This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.-
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, sdkFields
-
-
-
-
Method Detail
-
arn
RollbackTrigger.Builder arn(String arn)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
- Parameters:
arn- This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
RollbackTrigger.Builder type(String type)
This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.
- Parameters:
type- This property corresponds to the content of the same name for the AWS CloudFormation RollbackTrigger Data Type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-