@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:49.502Z") @Stability(value=Deprecated) @Deprecated public interface StartExecutionProps extends software.amazon.jsii.JsiiSerializable
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.*;
import software.amazon.awscdk.services.stepfunctions.tasks.*;
Object input;
StartExecutionProps startExecutionProps = StartExecutionProps.builder()
.input(Map.of(
"inputKey", input))
.integrationPattern(ServiceIntegrationPattern.FIRE_AND_FORGET)
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
StartExecutionProps.Builder
Deprecated.
|
static class |
StartExecutionProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static StartExecutionProps.Builder |
builder()
Deprecated.
|
default Map<String,Object> |
getInput()
Deprecated.
|
default ServiceIntegrationPattern |
getIntegrationPattern()
Deprecated.
|
default String |
getName()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @Nullable default Map<String,Object> getInput()
Default: - No input
@Stability(value=Deprecated) @Deprecated @Nullable default ServiceIntegrationPattern getIntegrationPattern()
Default: FIRE_AND_FORGET
@Stability(value=Deprecated) @Deprecated @Nullable default String getName()
Default: - None
@Stability(value=Deprecated) @Deprecated static StartExecutionProps.Builder builder()
StartExecutionProps.Builder of StartExecutionPropsCopyright © 2022. All rights reserved.