CopyableBuilder<DescribeActivityTypeRequest.Builder,DescribeActivityTypeRequest>
, SdkBuilder<DescribeActivityTypeRequest.Builder,DescribeActivityTypeRequest>
public static interface DescribeActivityTypeRequest.Builder extends CopyableBuilder<DescribeActivityTypeRequest.Builder,DescribeActivityTypeRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeActivityTypeRequest.Builder |
activityType(ActivityType activityType) |
The activity type to get information about.
|
DescribeActivityTypeRequest.Builder |
domain(String domain) |
The name of the domain in which the activity type is registered.
|
copy
apply, build
DescribeActivityTypeRequest.Builder domain(String domain)
The name of the domain in which the activity type is registered.
domain
- The name of the domain in which the activity type is registered.DescribeActivityTypeRequest.Builder activityType(ActivityType activityType)
The activity type to get information about. Activity types are identified by the name
and
version
that were supplied when the activity was registered.
activityType
- The activity type to get information about. Activity types are identified by the name
and
version
that were supplied when the activity was registered.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.