Struct aws_sdk_glue::model::predicate::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for Predicate.
Implementations§
source§impl Builder
impl Builder
sourcepub fn logical(self, input: Logical) -> Self
pub fn logical(self, input: Logical) -> Self
An optional field if only one condition is listed. If multiple conditions are listed, then this field is required.
sourcepub fn set_logical(self, input: Option<Logical>) -> Self
pub fn set_logical(self, input: Option<Logical>) -> Self
An optional field if only one condition is listed. If multiple conditions are listed, then this field is required.
sourcepub fn conditions(self, input: Condition) -> Self
pub fn conditions(self, input: Condition) -> Self
Appends an item to conditions.
To override the contents of this collection use set_conditions.
A list of the conditions that determine when the trigger will fire.
sourcepub fn set_conditions(self, input: Option<Vec<Condition>>) -> Self
pub fn set_conditions(self, input: Option<Vec<Condition>>) -> Self
A list of the conditions that determine when the trigger will fire.