@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:15.410Z") @Stability(value=Experimental) 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()
(experimental) The name for this activity.
|
@Stability(value=Experimental) @Nullable default String getActivityName()
Default: - If not supplied, a name is generated
@Stability(value=Experimental) static ActivityProps.Builder builder()
ActivityProps.Builder of ActivityPropsCopyright © 2022. All rights reserved.