CopyableBuilder<DescribeActivityTypeResponse.Builder,DescribeActivityTypeResponse>
, SdkBuilder<DescribeActivityTypeResponse.Builder,DescribeActivityTypeResponse>
public static interface DescribeActivityTypeResponse.Builder extends CopyableBuilder<DescribeActivityTypeResponse.Builder,DescribeActivityTypeResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeActivityTypeResponse.Builder |
configuration(ActivityTypeConfiguration configuration) |
The configuration settings registered with the activity type.
|
DescribeActivityTypeResponse.Builder |
typeInfo(ActivityTypeInfo typeInfo) |
General information about the activity type.
|
copy
apply, build
DescribeActivityTypeResponse.Builder typeInfo(ActivityTypeInfo typeInfo)
General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
typeInfo
- General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
DescribeActivityTypeResponse.Builder configuration(ActivityTypeConfiguration configuration)
The configuration settings registered with the activity type.
configuration
- The configuration settings registered with the activity type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.