Class ConditionalTriggerOptions.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.ConditionalTriggerOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ConditionalTriggerOptions>
- Enclosing interface:
ConditionalTriggerOptions
@Stability(Deprecated)
@Deprecated
public static final class ConditionalTriggerOptions.Builder
extends Object
implements software.amazon.jsii.Builder<ConditionalTriggerOptions>
Deprecated.
A builder for
ConditionalTriggerOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.build()Deprecated.description(String description) Deprecated.Deprecated.Deprecated.startOnCreation(Boolean startOnCreation) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
predicate
@Stability(Deprecated) @Deprecated public ConditionalTriggerOptions.Builder predicate(Predicate predicate) Deprecated.Sets the value ofConditionalTriggerOptions.getPredicate()- Parameters:
predicate- The predicate for the trigger. This parameter is required.- Returns:
this
-
startOnCreation
@Stability(Deprecated) @Deprecated public ConditionalTriggerOptions.Builder startOnCreation(Boolean startOnCreation) Deprecated.Sets the value ofStartableTriggerOptions.getStartOnCreation()- Parameters:
startOnCreation- Whether to start the trigger on creation or not.- Returns:
this
-
actions
@Stability(Deprecated) @Deprecated public ConditionalTriggerOptions.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 ConditionalTriggerOptions.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<ConditionalTriggerOptions>- Returns:
- a new instance of
ConditionalTriggerOptions - Throws:
NullPointerException- if any required attribute was not provided
-