Interface TestRunObservabilityAlarmSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TestRunObservabilityAlarmSummary.Builder,,TestRunObservabilityAlarmSummary> SdkBuilder<TestRunObservabilityAlarmSummary.Builder,,TestRunObservabilityAlarmSummary> SdkPojo
- Enclosing class:
TestRunObservabilityAlarmSummary
@Mutable
@NotThreadSafe
public static interface TestRunObservabilityAlarmSummary.Builder
extends SdkPojo, CopyableBuilder<TestRunObservabilityAlarmSummary.Builder,TestRunObservabilityAlarmSummary>
-
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 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.
-