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