public static interface DescribeActivityTypeResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeActivityTypeResponse.Builder,DescribeActivityTypeResponse>
| Modifier and Type | Method and 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.
|
copyapply, buildDescribeActivityTypeResponse.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. All rights reserved.