Interface ObservabilityAlarmSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ObservabilityAlarmSummary.Builder,,ObservabilityAlarmSummary> SdkBuilder<ObservabilityAlarmSummary.Builder,,ObservabilityAlarmSummary> SdkPojo
- Enclosing class:
ObservabilityAlarmSummary
@Mutable
@NotThreadSafe
public static interface ObservabilityAlarmSummary.Builder
extends SdkPojo, CopyableBuilder<ObservabilityAlarmSummary.Builder,ObservabilityAlarmSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe account ID that owns the CloudWatch alarm.The ARN of the CloudWatch alarm.The name of the CloudWatch alarm.The timestamp when the source was configured.The Region 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.
-
alarmName
The name of the CloudWatch alarm.
- Parameters:
alarmName- The name of the CloudWatch alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
The Region of the CloudWatch alarm.
- Parameters:
region- The Region of the CloudWatch alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The account ID that owns the CloudWatch alarm.
- Parameters:
accountId- The account ID that owns the CloudWatch alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the source was configured.
- Parameters:
createdAt- The timestamp when the source was configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-