Interface AssociatedAlarm.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssociatedAlarm.Builder,
,AssociatedAlarm> SdkBuilder<AssociatedAlarm.Builder,
,AssociatedAlarm> SdkPojo
- Enclosing class:
AssociatedAlarm
@Mutable
@NotThreadSafe
public static interface AssociatedAlarm.Builder
extends SdkPojo, CopyableBuilder<AssociatedAlarm.Builder,AssociatedAlarm>
-
Method Summary
Modifier and TypeMethodDescriptionThe alarm type for an associated alarm.The alarm type for an associated alarm.crossAccountRole
(String crossAccountRole) The cross account role for the configuration.externalId
(String externalId) The external ID (secret key) for the configuration.resourceIdentifier
(String resourceIdentifier) The resource identifier for alarms that you associate with a plan.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
-
crossAccountRole
The cross account role for the configuration.
- Parameters:
crossAccountRole
- The cross account role for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalId
The external ID (secret key) for the configuration.
- Parameters:
externalId
- The external ID (secret key) for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIdentifier
The resource identifier for alarms that you associate with a plan.
- Parameters:
resourceIdentifier
- The resource identifier for alarms that you associate with a plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alarmType
The alarm type for an associated alarm. An associated CloudWatch alarm can be an application health alarm or a trigger alarm.
- Parameters:
alarmType
- The alarm type for an associated alarm. An associated CloudWatch alarm can be an application health alarm or a trigger alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
alarmType
The alarm type for an associated alarm. An associated CloudWatch alarm can be an application health alarm or a trigger alarm.
- Parameters:
alarmType
- The alarm type for an associated alarm. An associated CloudWatch alarm can be an application health alarm or a trigger alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-