Interface AlarmModelSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AlarmModelSummary.Builder,,- AlarmModelSummary> - SdkBuilder<AlarmModelSummary.Builder,,- AlarmModelSummary> - SdkPojo
- Enclosing class:
- AlarmModelSummary
@Mutable
@NotThreadSafe
public static interface AlarmModelSummary.Builder
extends SdkPojo, CopyableBuilder<AlarmModelSummary.Builder,AlarmModelSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionalarmModelDescription(String alarmModelDescription) The description of the alarm model.alarmModelName(String alarmModelName) The name of the alarm model.creationTime(Instant creationTime) The time the alarm model was created, in the Unix epoch format.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- 
creationTimeThe time the alarm model was created, in the Unix epoch format. - Parameters:
- creationTime- The time the alarm model was created, in the Unix epoch format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
alarmModelDescriptionThe description of the alarm model. - Parameters:
- alarmModelDescription- The description of the alarm model.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
alarmModelNameThe name of the alarm model. - Parameters:
- alarmModelName- The name of the alarm model.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-