Interface RollbackTrigger.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RollbackTrigger.Builder,
,RollbackTrigger> SdkBuilder<RollbackTrigger.Builder,
,RollbackTrigger> SdkPojo
- Enclosing class:
RollbackTrigger
@Mutable
@NotThreadSafe
public static interface RollbackTrigger.Builder
extends SdkPojo, CopyableBuilder<RollbackTrigger.Builder,RollbackTrigger>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the rollback trigger.The resource type of the rollback trigger.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
-
arn
The Amazon Resource Name (ARN) of the rollback trigger.
If a specified trigger is missing, the entire stack operation fails and is rolled back.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the rollback trigger.If a specified trigger is missing, the entire stack operation fails and is rolled back.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The resource type of the rollback trigger. Specify either AWS::CloudWatch::Alarm or AWS::CloudWatch::CompositeAlarm resource types.
- Parameters:
type
- The resource type of the rollback trigger. Specify either AWS::CloudWatch::Alarm or AWS::CloudWatch::CompositeAlarm resource types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-