public static interface DeprecateActivityTypeRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DeprecateActivityTypeRequest.Builder,DeprecateActivityTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeprecateActivityTypeRequest.Builder |
activityType(ActivityType activityType)
The activity type to deprecate.
|
DeprecateActivityTypeRequest.Builder |
domain(String domain)
The name of the domain in which the activity type is registered.
|
copyapply, buildDeprecateActivityTypeRequest.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.DeprecateActivityTypeRequest.Builder activityType(ActivityType activityType)
The activity type to deprecate.
activityType - The activity type to deprecate.Copyright © 2017. All rights reserved.