Interface ObservabilityAlarmInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ObservabilityAlarmInput.Builder,,ObservabilityAlarmInput> SdkBuilder<ObservabilityAlarmInput.Builder,,ObservabilityAlarmInput> SdkPojo
- Enclosing class:
ObservabilityAlarmInput
@Mutable
@NotThreadSafe
public static interface ObservabilityAlarmInput.Builder
extends SdkPojo, CopyableBuilder<ObservabilityAlarmInput.Builder,ObservabilityAlarmInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the CloudWatch alarm.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
-
alarmArn
The ARN of the CloudWatch alarm.
- Parameters:
alarmArn- The ARN of the CloudWatch alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-