public static interface TriggerConfig.Builder extends CopyableBuilder<TriggerConfig.Builder,TriggerConfig>
Modifier and Type | Method and Description |
---|---|
TriggerConfig.Builder |
triggerEvents(Collection<String> triggerEvents)
The event type or types for which notifications are triggered.
|
TriggerConfig.Builder |
triggerEvents(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 ARN of the Amazon Simple Notification Service topic through which notifications about deployment or
instance events are sent.
|
copy
apply, build
TriggerConfig.Builder triggerName(String triggerName)
The name of the notification trigger.
triggerName
- The name of the notification trigger.TriggerConfig.Builder triggerTargetArn(String triggerTargetArn)
The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.
triggerTargetArn
- The ARN of the Amazon Simple Notification Service topic through which notifications about deployment
or instance events are sent.TriggerConfig.Builder triggerEvents(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 triggerEvents(String... triggerEvents)
The event type or types for which notifications are triggered.
triggerEvents
- The event type or types for which notifications are triggered.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.