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