Interface ManagedMetricAlarm.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ManagedMetricAlarm.Builder,,ManagedMetricAlarm> SdkBuilder<ManagedMetricAlarm.Builder,,ManagedMetricAlarm> SdkPojo
- Enclosing class:
ManagedMetricAlarm
@Mutable
@NotThreadSafe
public static interface ManagedMetricAlarm.Builder
extends SdkPojo, CopyableBuilder<ManagedMetricAlarm.Builder,ManagedMetricAlarm>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the CloudWatch metric alarm.The status of the CloudWatch metric alarm.status(ManagedResourceStatus status) The status of the CloudWatch metric alarm.statusReason(String statusReason) Information about why the CloudWatch metric alarm is in the current status.The Unix timestamp for when the CloudWatch metric alarm was last updated.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
-
arn
The Amazon Resource Name (ARN) of the CloudWatch metric alarm.
- Parameters:
arn- The Amazon Resource Name (ARN) of the CloudWatch metric alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the CloudWatch metric alarm.
- Parameters:
status- The status of the CloudWatch metric alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the CloudWatch metric alarm.
- Parameters:
status- The status of the CloudWatch metric alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Information about why the CloudWatch metric alarm is in the current status.
- Parameters:
statusReason- Information about why the CloudWatch metric alarm is in the current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The Unix timestamp for when the CloudWatch metric alarm was last updated.
- Parameters:
updatedAt- The Unix timestamp for when the CloudWatch metric alarm was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-