Class TriggerOptions.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.TriggerOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<TriggerOptions>
- Enclosing interface:
TriggerOptions
@Stability(Deprecated)
@Deprecated
public static final class TriggerOptions.Builder
extends Object
implements software.amazon.jsii.Builder<TriggerOptions>
Deprecated.
A builder for
TriggerOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.build()Deprecated.description(String description) Deprecated.Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
actions
@Stability(Deprecated) @Deprecated public TriggerOptions.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
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<TriggerOptions>- Returns:
- a new instance of
TriggerOptions - Throws:
NullPointerException- if any required attribute was not provided
-