Class EventTriggerOptions.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.EventTriggerOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<EventTriggerOptions>
- Enclosing interface:
EventTriggerOptions
@Stability(Deprecated)
@Deprecated
public static final class EventTriggerOptions.Builder
extends Object
implements software.amazon.jsii.Builder<EventTriggerOptions>
Deprecated.
A builder for
EventTriggerOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.build()Deprecated.description(String description) Deprecated.eventBatchingCondition(EventBatchingCondition eventBatchingCondition) Deprecated.Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
eventBatchingCondition
@Stability(Deprecated) @Deprecated public EventTriggerOptions.Builder eventBatchingCondition(EventBatchingCondition eventBatchingCondition) Deprecated.Sets the value ofEventTriggerOptions.getEventBatchingCondition()- Parameters:
eventBatchingCondition- Batch condition for the trigger.- Returns:
this
-
actions
@Stability(Deprecated) @Deprecated public EventTriggerOptions.Builder actions(List<? extends Action> actions) Deprecated.Sets the value ofTriggerOptions.getActions()- Parameters:
actions- The actions initiated by this trigger. This parameter is required.- Returns:
this
-
description
@Stability(Deprecated) @Deprecated public EventTriggerOptions.Builder description(String description) Deprecated.Sets the value ofTriggerOptions.getDescription()- Parameters:
description- A description for the trigger.- Returns:
this
-
name
Deprecated.Sets the value ofTriggerOptions.getName()- Parameters:
name- A name for the trigger.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EventTriggerOptions>- Returns:
- a new instance of
EventTriggerOptions - Throws:
NullPointerException- if any required attribute was not provided
-