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