public static interface AlarmSpecification.Builder extends SdkPojo, CopyableBuilder<AlarmSpecification.Builder,AlarmSpecification>
| Modifier and Type | Method and Description |
|---|---|
AlarmSpecification.Builder |
alarms(Collection<String> alarms)
The names of one or more CloudWatch alarms to monitor for the instance refresh.
|
AlarmSpecification.Builder |
alarms(String... alarms)
The names of one or more CloudWatch alarms to monitor for the instance refresh.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAlarmSpecification.Builder alarms(Collection<String> alarms)
The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to 10 alarms.
alarms - The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to
10 alarms.AlarmSpecification.Builder alarms(String... alarms)
The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to 10 alarms.
alarms - The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to
10 alarms.Copyright © 2023. All rights reserved.