Package | Description |
---|---|
com.amazonaws.services.stepfunctions.builder | |
com.amazonaws.services.stepfunctions.builder.conditions |
Modifier and Type | Method and Description |
---|---|
static BooleanEqualsCondition.Builder |
StepFunctionBuilder.eq(String variable,
boolean expectedValue)
Binary condition for Boolean equality comparison.
|
Modifier and Type | Method and Description |
---|---|
static BooleanEqualsCondition.Builder |
BooleanEqualsCondition.builder() |
BooleanEqualsCondition.Builder |
BooleanEqualsCondition.Builder.expectedValue(boolean expectedValue)
Sets the expected value for this condition.
|
BooleanEqualsCondition.Builder |
BooleanEqualsCondition.Builder.variable(String variable)
Sets the JSONPath expression that determines which piece of the input document is used for the comparison.
|
Copyright © 2017. All rights reserved.