Interface Monitor.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Monitor.Builder,
,Monitor> SdkBuilder<Monitor.Builder,
,Monitor> SdkPojo
- Enclosing class:
Monitor
@Mutable
@NotThreadSafe
public static interface Monitor.Builder
extends SdkPojo, CopyableBuilder<Monitor.Builder,Monitor>
-
Method Summary
Modifier and TypeMethodDescriptionAmazon Resource Name (ARN) of the Amazon CloudWatch alarm.alarmRoleArn
(String alarmRoleArn) ARN of an Identity and Access Management (IAM) role for AppConfig to monitorAlarmArn
.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, sdkFieldNameToField, sdkFields
-
Method Details
-
alarmArn
Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.
- Parameters:
alarmArn
- Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alarmRoleArn
ARN of an Identity and Access Management (IAM) role for AppConfig to monitor
AlarmArn
.- Parameters:
alarmRoleArn
- ARN of an Identity and Access Management (IAM) role for AppConfig to monitorAlarmArn
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-