Uses of Interface
software.amazon.awssdk.services.swf.model.ActivityTypeInfo.Builder
-
Packages that use ActivityTypeInfo.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of ActivityTypeInfo.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return ActivityTypeInfo.Builder Modifier and Type Method Description default ActivityTypeInfo.BuilderActivityTypeInfo.Builder. activityType(Consumer<ActivityType.Builder> activityType)The ActivityType type structure representing the activity type.ActivityTypeInfo.BuilderActivityTypeInfo.Builder. activityType(ActivityType activityType)The ActivityType type structure representing the activity type.static ActivityTypeInfo.BuilderActivityTypeInfo. builder()ActivityTypeInfo.BuilderActivityTypeInfo.Builder. creationDate(Instant creationDate)The date and time this activity type was created through RegisterActivityType.ActivityTypeInfo.BuilderActivityTypeInfo.Builder. deprecationDate(Instant deprecationDate)If DEPRECATED, the date and time DeprecateActivityType was called.ActivityTypeInfo.BuilderActivityTypeInfo.Builder. description(String description)The description of the activity type provided in RegisterActivityType.ActivityTypeInfo.BuilderActivityTypeInfo.Builder. status(String status)The current status of the activity type.ActivityTypeInfo.BuilderActivityTypeInfo.Builder. status(RegistrationStatus status)The current status of the activity type.ActivityTypeInfo.BuilderActivityTypeInfo. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type ActivityTypeInfo.Builder Modifier and Type Method Description static Class<? extends ActivityTypeInfo.Builder>ActivityTypeInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type ActivityTypeInfo.Builder Modifier and Type Method Description default DescribeActivityTypeResponse.BuilderDescribeActivityTypeResponse.Builder. typeInfo(Consumer<ActivityTypeInfo.Builder> typeInfo)General information about the activity type.
-