Interface AlarmSpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AlarmSpecification.Builder,
,AlarmSpecification> SdkBuilder<AlarmSpecification.Builder,
,AlarmSpecification> SdkPojo
- Enclosing class:
AlarmSpecification
@Mutable
@NotThreadSafe
public static interface AlarmSpecification.Builder
extends SdkPojo, CopyableBuilder<AlarmSpecification.Builder,AlarmSpecification>
-
Method Summary
Modifier and TypeMethodDescriptionThe names of one or more CloudWatch alarms to monitor for the instance refresh.alarms
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-