Interface Alarm.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Alarm.Builder,Alarm>,SdkBuilder<Alarm.Builder,Alarm>,SdkPojo
- Enclosing class:
- Alarm
public static interface Alarm.Builder extends SdkPojo, CopyableBuilder<Alarm.Builder,Alarm>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Alarm.Buildername(String name)The name of the alarm.-
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
-
name
Alarm.Builder name(String name)
The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.
- Parameters:
name- The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-