Class Predicate.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.Predicate.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Predicate>
- Enclosing interface:
Predicate
@Stability(Deprecated)
@Deprecated
public static final class Predicate.Builder
extends Object
implements software.amazon.jsii.Builder<Predicate>
Deprecated.
A builder for
Predicate-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.conditions(List<? extends Condition> conditions) Deprecated.logical(PredicateLogical logical) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
conditions
@Stability(Deprecated) @Deprecated public Predicate.Builder conditions(List<? extends Condition> conditions) Deprecated.Sets the value ofPredicate.getConditions()- Parameters:
conditions- A list of the conditions that determine when the trigger will fire.- Returns:
this
-
logical
Deprecated.Sets the value ofPredicate.getLogical()- Parameters:
logical- The logical operator to be applied to the conditions.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Predicate>- Returns:
- a new instance of
Predicate - Throws:
NullPointerException- if any required attribute was not provided
-