Package | Description |
---|---|
com.amazonaws.services.stepfunctions.builder | |
com.amazonaws.services.stepfunctions.builder.conditions |
Modifier and Type | Method and Description |
---|---|
static StringEqualsCondition.Builder |
StepFunctionBuilder.eq(String variable,
String expectedValue)
Binary condition for String equality comparison.
|
Modifier and Type | Method and Description |
---|---|
static StringEqualsCondition.Builder |
StringEqualsCondition.builder() |
StringEqualsCondition.Builder |
StringEqualsCondition.Builder.expectedValue(String expectedValue)
Sets the expected value for this condition.
|
StringEqualsCondition.Builder |
StringEqualsCondition.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.