| Modifier and Type | Method and Description |
|---|---|
default IntegrationPattern |
TaskStateBaseProps.getIntegrationPattern()
AWS Step Functions integrates with services directly in the Amazon States Language.
|
IntegrationPattern |
TaskStateBaseProps.Jsii$Proxy.getIntegrationPattern() |
static IntegrationPattern |
IntegrationPattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntegrationPattern[] |
IntegrationPattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TaskStateBaseProps.Builder |
TaskStateBaseProps.Builder.integrationPattern(IntegrationPattern integrationPattern)
Sets the value of
TaskStateBaseProps.getIntegrationPattern() |
| Constructor and Description |
|---|
Jsii$Proxy(String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
TaskStateBaseProps.Builder. |
Copyright © 2021. All rights reserved.