public static interface TriggerConfig.Builder extends SdkPojo, CopyableBuilder<TriggerConfig.Builder,TriggerConfig>
| Modifier and Type | Method and Description |
|---|---|
TriggerConfig.Builder |
triggerEvents(Collection<TriggerEventType> triggerEvents)
The event type or types for which notifications are triggered.
|
TriggerConfig.Builder |
triggerEvents(TriggerEventType... triggerEvents)
The event type or types for which notifications are triggered.
|
TriggerConfig.Builder |
triggerEventsWithStrings(Collection<String> triggerEvents)
The event type or types for which notifications are triggered.
|
TriggerConfig.Builder |
triggerEventsWithStrings(String... triggerEvents)
The event type or types for which notifications are triggered.
|
TriggerConfig.Builder |
triggerName(String triggerName)
The name of the notification trigger.
|
TriggerConfig.Builder |
triggerTargetArn(String triggerTargetArn)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications
about deployment or instance events are sent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTriggerConfig.Builder triggerName(String triggerName)
The name of the notification trigger.
triggerName - The name of the notification trigger.TriggerConfig.Builder triggerTargetArn(String triggerTargetArn)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.
triggerTargetArn - The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which
notifications about deployment or instance events are sent.TriggerConfig.Builder triggerEventsWithStrings(Collection<String> triggerEvents)
The event type or types for which notifications are triggered.
triggerEvents - The event type or types for which notifications are triggered.TriggerConfig.Builder triggerEventsWithStrings(String... triggerEvents)
The event type or types for which notifications are triggered.
triggerEvents - The event type or types for which notifications are triggered.TriggerConfig.Builder triggerEvents(Collection<TriggerEventType> triggerEvents)
The event type or types for which notifications are triggered.
triggerEvents - The event type or types for which notifications are triggered.TriggerConfig.Builder triggerEvents(TriggerEventType... triggerEvents)
The event type or types for which notifications are triggered.
triggerEvents - The event type or types for which notifications are triggered.Copyright © 2023. All rights reserved.