Interface Alarm.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Alarm.Builder,,- Alarm> - SdkBuilder<Alarm.Builder,,- Alarm> - SdkPojo
- Enclosing class:
- Alarm
@Mutable
@NotThreadSafe
public static interface Alarm.Builder
extends SdkPojo, CopyableBuilder<Alarm.Builder,Alarm> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the alarm.The name of the alarm.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- 
alarmNameThe name of the alarm. - Parameters:
- alarmName- The name of the alarm.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
alarmARNThe Amazon Resource Name (ARN) of the alarm. - Parameters:
- alarmARN- The Amazon Resource Name (ARN) of the alarm.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-