public static interface DeprecateActivityTypeRequest.Builder extends SWFRequest.Builder, CopyableBuilder<DeprecateActivityTypeRequest.Builder,DeprecateActivityTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeprecateActivityTypeRequest.Builder |
activityType(ActivityType activityType)
The activity type to deprecate.
|
default DeprecateActivityTypeRequest.Builder |
activityType(Consumer<ActivityType.Builder> activityType)
The activity type to deprecate.
|
DeprecateActivityTypeRequest.Builder |
domain(String domain)
The name of the domain in which the activity type is registered.
|
DeprecateActivityTypeRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeprecateActivityTypeRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.default DeprecateActivityTypeRequest.Builder activityType(Consumer<ActivityType.Builder> activityType)
The activity type to deprecate.
This is a convenience that creates an instance of theActivityType.Builder avoiding the need to
create one manually via ActivityType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to activityType(ActivityType).activityType - a consumer that will call methods on ActivityType.BuilderactivityType(ActivityType)DeprecateActivityTypeRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeprecateActivityTypeRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.