Interface ControlCondition.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ControlCondition.Builder,,ControlCondition> SdkBuilder<ControlCondition.Builder,,ControlCondition> SdkPojo
- Enclosing class:
 ControlCondition
public static interface ControlCondition.Builder
extends SdkPojo, CopyableBuilder<ControlCondition.Builder,ControlCondition> 
- 
Method Summary
Modifier and TypeMethodDescriptionalarmIdentifier(String alarmIdentifier) The Amazon Resource Name (ARN) for an Amazon CloudWatch alarm that you specify as a control condition for a practice run.The type of alarm specified for a practice run.type(ControlConditionType type) The type of alarm specified for a practice run.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
alarmIdentifier
The Amazon Resource Name (ARN) for an Amazon CloudWatch alarm that you specify as a control condition for a practice run.
- Parameters:
 alarmIdentifier- The Amazon Resource Name (ARN) for an Amazon CloudWatch alarm that you specify as a control condition for a practice run.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
The type of alarm specified for a practice run. You can only specify Amazon CloudWatch alarms for practice runs, so the only valid value is
CLOUDWATCH.- Parameters:
 type- The type of alarm specified for a practice run. You can only specify Amazon CloudWatch alarms for practice runs, so the only valid value isCLOUDWATCH.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The type of alarm specified for a practice run. You can only specify Amazon CloudWatch alarms for practice runs, so the only valid value is
CLOUDWATCH.- Parameters:
 type- The type of alarm specified for a practice run. You can only specify Amazon CloudWatch alarms for practice runs, so the only valid value isCLOUDWATCH.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -