Interface AlarmStateInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AlarmStateInformation.Builder,
,AlarmStateInformation> SdkBuilder<AlarmStateInformation.Builder,
,AlarmStateInformation> SdkPojo
- Enclosing class:
AlarmStateInformation
public static interface AlarmStateInformation.Builder
extends SdkPojo, CopyableBuilder<AlarmStateInformation.Builder,AlarmStateInformation>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of your CloudWatch alarm.The state of your CloudWatch alarm.state
(ExternalAlarmState state) The state of your CloudWatch alarm.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 Details
-
name
The name of your CloudWatch alarm.
- Parameters:
name
- The name of your CloudWatch alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of your CloudWatch alarm.
- Parameters:
state
- The state of your CloudWatch alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of your CloudWatch alarm.
- Parameters:
state
- The state of your CloudWatch alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-