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