Interface TriggerConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TriggerConfig.Builder,,- TriggerConfig> - SdkBuilder<TriggerConfig.Builder,,- TriggerConfig> - SdkPojo
- Enclosing class:
- TriggerConfig
@Mutable
@NotThreadSafe
public static interface TriggerConfig.Builder
extends SdkPojo, CopyableBuilder<TriggerConfig.Builder,TriggerConfig> 
- 
Method SummaryModifier and TypeMethodDescriptiontriggerEvents(Collection<TriggerEventType> triggerEvents) The event type or types for which notifications are triggered.triggerEvents(TriggerEventType... triggerEvents) The event type or types for which notifications are triggered.triggerEventsWithStrings(String... triggerEvents) The event type or types for which notifications are triggered.triggerEventsWithStrings(Collection<String> triggerEvents) The event type or types for which notifications are triggered.triggerName(String triggerName) The name of the notification trigger.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
triggerNameThe name of the notification trigger. - Parameters:
- triggerName- The name of the notification trigger.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
triggerTargetArnThe Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent. - Parameters:
- triggerTargetArn- The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
triggerEventsWithStringsThe event type or types for which notifications are triggered. - Parameters:
- triggerEvents- The event type or types for which notifications are triggered.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
triggerEventsWithStringsThe event type or types for which notifications are triggered. - Parameters:
- triggerEvents- The event type or types for which notifications are triggered.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
triggerEventsThe event type or types for which notifications are triggered. - Parameters:
- triggerEvents- The event type or types for which notifications are triggered.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
triggerEventsThe event type or types for which notifications are triggered. - Parameters:
- triggerEvents- The event type or types for which notifications are triggered.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-