Interface DaemonDeploymentAlarms.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DaemonDeploymentAlarms.Builder,,DaemonDeploymentAlarms> SdkBuilder<DaemonDeploymentAlarms.Builder,,DaemonDeploymentAlarms> SdkPojo
- Enclosing class:
DaemonDeploymentAlarms
@Mutable
@NotThreadSafe
public static interface DaemonDeploymentAlarms.Builder
extends SdkPojo, CopyableBuilder<DaemonDeploymentAlarms.Builder,DaemonDeploymentAlarms>
-
Method Summary
Modifier and TypeMethodDescriptionalarmNames(String... alarmNames) The name of the CloudWatch alarms that determine when a daemon deployment failed.alarmNames(Collection<String> alarmNames) The name of the CloudWatch alarms that determine when a daemon deployment failed.The status of the alarms check.The status of the alarms check.triggeredAlarmNames(String... triggeredAlarmNames) One or more CloudWatch alarm names that have been triggered during the daemon deployment.triggeredAlarmNames(Collection<String> triggeredAlarmNames) One or more CloudWatch alarm names that have been triggered during the daemon deployment.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
-
status
The status of the alarms check. Amazon ECS is not using alarms for daemon deployment failures when the status is
DISABLED.- Parameters:
status- The status of the alarms check. Amazon ECS is not using alarms for daemon deployment failures when the status isDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the alarms check. Amazon ECS is not using alarms for daemon deployment failures when the status is
DISABLED.- Parameters:
status- The status of the alarms check. Amazon ECS is not using alarms for daemon deployment failures when the status isDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
alarmNames
The name of the CloudWatch alarms that determine when a daemon deployment failed.
- Parameters:
alarmNames- The name of the CloudWatch alarms that determine when a daemon deployment failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alarmNames
The name of the CloudWatch alarms that determine when a daemon deployment failed.
- Parameters:
alarmNames- The name of the CloudWatch alarms that determine when a daemon deployment failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
triggeredAlarmNames
One or more CloudWatch alarm names that have been triggered during the daemon deployment.
- Parameters:
triggeredAlarmNames- One or more CloudWatch alarm names that have been triggered during the daemon deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
triggeredAlarmNames
One or more CloudWatch alarm names that have been triggered during the daemon deployment.
- Parameters:
triggeredAlarmNames- One or more CloudWatch alarm names that have been triggered during the daemon deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-