Interface AlarmSpecification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AlarmSpecification.Builder,AlarmSpecification>,SdkBuilder<AlarmSpecification.Builder,AlarmSpecification>,SdkPojo
- Enclosing class:
- AlarmSpecification
public static interface AlarmSpecification.Builder extends SdkPojo, CopyableBuilder<AlarmSpecification.Builder,AlarmSpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlarmSpecification.Builderalarms(String... alarms)The names of one or more CloudWatch alarms to monitor for the instance refresh.AlarmSpecification.Builderalarms(Collection<String> alarms)The names of one or more CloudWatch alarms to monitor for the instance refresh.-
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, sdkFields
-
-
-
-
Method Detail
-
alarms
AlarmSpecification.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.
- Parameters:
alarms- The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to 10 alarms.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
alarms- The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to 10 alarms.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-