public static interface ActivityType.Builder extends CopyableBuilder<ActivityType.Builder,ActivityType>
| Modifier and Type | Method and Description |
|---|---|
ActivityType.Builder |
name(String name)
The name of this activity.
|
ActivityType.Builder |
version(String version)
The version of this activity.
|
copyapply, buildActivityType.Builder name(String name)
The name of this activity.
The combination of activity type name and version must be unique within a domain.
name - The name of this activity. The combination of activity type name and version must be unique within a domain.
ActivityType.Builder version(String version)
The version of this activity.
The combination of activity type name and version must be unique with in a domain.
version - The version of this activity. The combination of activity type name and version must be unique with in a domain.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.