| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
ActivityTypeInfo.Builder |
ActivityTypeInfo.Builder.activityType(ActivityType activityType)
The ActivityType type structure representing the activity type.
|
static ActivityTypeInfo.Builder |
ActivityTypeInfo.builder() |
ActivityTypeInfo.Builder |
ActivityTypeInfo.Builder.creationDate(Date creationDate)
The date and time this activity type was created through RegisterActivityType.
|
ActivityTypeInfo.Builder |
ActivityTypeInfo.Builder.deprecationDate(Date deprecationDate)
If DEPRECATED, the date and time DeprecateActivityType was called.
|
ActivityTypeInfo.Builder |
ActivityTypeInfo.Builder.description(String description)
The description of the activity type provided in RegisterActivityType.
|
ActivityTypeInfo.Builder |
ActivityTypeInfo.Builder.status(RegistrationStatus status)
The current status of the activity type.
|
ActivityTypeInfo.Builder |
ActivityTypeInfo.Builder.status(String status)
The current status of the activity type.
|
ActivityTypeInfo.Builder |
ActivityTypeInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActivityTypeInfo.Builder> |
ActivityTypeInfo.serializableBuilderClass() |
Copyright © 2017. All rights reserved.