Interface DaemonAlarmConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DaemonAlarmConfiguration.Builder,,DaemonAlarmConfiguration> SdkBuilder<DaemonAlarmConfiguration.Builder,,DaemonAlarmConfiguration> SdkPojo
- Enclosing class:
DaemonAlarmConfiguration
@Mutable
@NotThreadSafe
public static interface DaemonAlarmConfiguration.Builder
extends SdkPojo, CopyableBuilder<DaemonAlarmConfiguration.Builder,DaemonAlarmConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionalarmNames(String... alarmNames) The CloudWatch alarm names to monitor during a daemon deployment.alarmNames(Collection<String> alarmNames) The CloudWatch alarm names to monitor during a daemon deployment.Determines whether to use the CloudWatch alarm option in the daemon deployment process.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
alarmNames
The CloudWatch alarm names to monitor during a daemon deployment.
- Parameters:
alarmNames- The CloudWatch alarm names to monitor during a daemon deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alarmNames
The CloudWatch alarm names to monitor during a daemon deployment.
- Parameters:
alarmNames- The CloudWatch alarm names to monitor during a daemon deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enable
Determines whether to use the CloudWatch alarm option in the daemon deployment process. The default value is
false.- Parameters:
enable- Determines whether to use the CloudWatch alarm option in the daemon deployment process. The default value isfalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-