@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:59.828Z")
public interface ActivityProps
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 java.lang.String |
getActivityName()
The name for this activity.
|
default java.lang.String getActivityName()
Default: - If not supplied, a name is generated
static ActivityProps.Builder builder()
ActivityProps.Builder
of ActivityProps