| 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.
|
default ActivityTypeInfo.Builder |
ActivityTypeInfo.Builder.activityType(Consumer<ActivityType.Builder> activityType)
The ActivityType type structure representing the activity type.
|
static ActivityTypeInfo.Builder |
ActivityTypeInfo.builder() |
ActivityTypeInfo.Builder |
ActivityTypeInfo.Builder.creationDate(Instant creationDate)
The date and time this activity type was created through RegisterActivityType.
|
ActivityTypeInfo.Builder |
ActivityTypeInfo.Builder.deprecationDate(Instant 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() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeActivityTypeResponse.Builder |
DescribeActivityTypeResponse.Builder.typeInfo(Consumer<ActivityTypeInfo.Builder> typeInfo)
General information about the activity type.
|
Copyright © 2020. All rights reserved.