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