CopyableBuilder<ActivityTypeInfo.Builder,ActivityTypeInfo>, SdkBuilder<ActivityTypeInfo.Builder,ActivityTypeInfo>public static interface ActivityTypeInfo.Builder extends CopyableBuilder<ActivityTypeInfo.Builder,ActivityTypeInfo>
| Modifier and Type | Method | Description |
|---|---|---|
ActivityTypeInfo.Builder |
activityType(ActivityType activityType) |
The ActivityType type structure representing the activity type.
|
ActivityTypeInfo.Builder |
creationDate(Date creationDate) |
The date and time this activity type was created through RegisterActivityType.
|
ActivityTypeInfo.Builder |
deprecationDate(Date deprecationDate) |
If DEPRECATED, the date and time DeprecateActivityType was called.
|
ActivityTypeInfo.Builder |
description(String description) |
The description of the activity type provided in RegisterActivityType.
|
ActivityTypeInfo.Builder |
status(String status) |
The current status of the activity type.
|
ActivityTypeInfo.Builder |
status(RegistrationStatus status) |
The current status of the activity type.
|
copyapply, buildActivityTypeInfo.Builder activityType(ActivityType activityType)
The ActivityType type structure representing the activity type.
activityType - The ActivityType type structure representing the activity type.ActivityTypeInfo.Builder status(String status)
The current status of the activity type.
status - The current status of the activity type.RegistrationStatusActivityTypeInfo.Builder status(RegistrationStatus status)
The current status of the activity type.
status - The current status of the activity type.RegistrationStatusActivityTypeInfo.Builder description(String description)
The description of the activity type provided in RegisterActivityType.
description - The description of the activity type provided in RegisterActivityType.ActivityTypeInfo.Builder creationDate(Date creationDate)
The date and time this activity type was created through RegisterActivityType.
creationDate - The date and time this activity type was created through RegisterActivityType.ActivityTypeInfo.Builder deprecationDate(Date deprecationDate)
If DEPRECATED, the date and time DeprecateActivityType was called.
deprecationDate - If DEPRECATED, the date and time DeprecateActivityType was called.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.