CopyableBuilder<TriggerConfig.Builder,TriggerConfig>
, SdkBuilder<TriggerConfig.Builder,TriggerConfig>
public static interface TriggerConfig.Builder extends CopyableBuilder<TriggerConfig.Builder,TriggerConfig>
Modifier and Type | Method | Description |
---|---|---|
TriggerConfig.Builder |
triggerEvents(String... triggerEvents) |
The event type or types for which notifications are triggered.
|
TriggerConfig.Builder |
triggerEvents(Collection<String> 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 |
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.TriggerEventType
TriggerConfig.Builder triggerEvents(String... triggerEvents)
The event type or types for which notifications are triggered.
NOTE: This method appends the values to the existing list (if any). Use
#setTriggerEvents(java.util.Collection)
or #withTriggerEvents(java.util.Collection)
if you
want to override the existing values.
triggerEvents
- The event type or types for which notifications are triggered.TriggerEventType
TriggerConfig.Builder triggerEvents(TriggerEventType... triggerEvents)
The event type or types for which notifications are triggered.
NOTE: This method appends the values to the existing list (if any). Use
#setTriggerEvents(java.util.Collection)
or #withTriggerEvents(java.util.Collection)
if you
want to override the existing values.
triggerEvents
- The event type or types for which notifications are triggered.TriggerEventType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.