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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
alarmArnAmazon 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.
 
- 
alarmRoleArnARN 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 monitor- AlarmArn.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-