public static final class AndCondition.Builder extends Object implements Condition.Builder
AndCondition
.Buildable.Utils
Modifier and Type | Method and Description |
---|---|
Condition |
build() |
AndCondition.Builder |
condition(Condition.Builder conditionBuilder)
Adds a condition to the AND expression.
|
AndCondition.Builder |
conditions(Condition.Builder... conditionBuilders)
Adds the conditions to the AND expression.
|
public AndCondition.Builder condition(Condition.Builder conditionBuilder)
conditionBuilder
- Instance of Condition.Builder
.
Note that the
Condition
object is not built until the AndCondition
is built so any
modifications on the state builder will be reflected in this object.public AndCondition.Builder conditions(Condition.Builder... conditionBuilders)
conditionBuilders
- Instances of Condition.Builder
.
Note that the
Condition
object is not built until the AndCondition
is built so any
modifications on the state builder will be reflected in this object.public Condition build()
build
in interface Buildable<Condition>
AndCondition
object.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.