@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-07-13T22:11:54.645Z") @Stability(value=Stable) public interface ActivityProps 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.*;
ActivityProps activityProps = ActivityProps.builder()
.activityName("activityName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ActivityProps.Builder
A builder for
ActivityProps |
static class |
ActivityProps.Jsii$Proxy
An implementation for
ActivityProps |
| Modifier and Type | Method and Description |
|---|---|
static ActivityProps.Builder |
builder() |
default String |
getActivityName()
The name for this activity.
|
@Stability(value=Stable) @Nullable default String getActivityName()
Default: - If not supplied, a name is generated
@Stability(value=Stable) static ActivityProps.Builder builder()
ActivityProps.Builder of ActivityPropsCopyright © 2022. All rights reserved.