@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:27:55.777Z")
public interface ChoiceProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.stepfunctions.*; ChoiceProps choiceProps = ChoiceProps.builder() .comment("comment") .inputPath("inputPath") .outputPath("outputPath") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
ChoiceProps.Builder
A builder for
ChoiceProps |
static class |
ChoiceProps.Jsii$Proxy
An implementation for
ChoiceProps |
Modifier and Type | Method and Description |
---|---|
static ChoiceProps.Builder |
builder() |
default java.lang.String |
getComment()
An optional description for this state.
|
default java.lang.String |
getInputPath()
JSONPath expression to select part of the state to be the input to this state.
|
default java.lang.String |
getOutputPath()
JSONPath expression to select part of the state to be the output to this state.
|
default java.lang.String getComment()
Default: No comment
default java.lang.String getInputPath()
May also be the special value DISCARD, which will cause the effective input to be the empty object {}.
Default: $
default java.lang.String getOutputPath()
May also be the special value DISCARD, which will cause the effective output to be the empty object {}.
Default: $
static ChoiceProps.Builder builder()
ChoiceProps.Builder
of ChoiceProps