public static interface UndeprecateActivityTypeRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<UndeprecateActivityTypeRequest.Builder,UndeprecateActivityTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
UndeprecateActivityTypeRequest.Builder |
activityType(ActivityType activityType)
The activity type to undeprecate.
|
default UndeprecateActivityTypeRequest.Builder |
activityType(Consumer<ActivityType.Builder> activityType)
The activity type to undeprecate.
|
UndeprecateActivityTypeRequest.Builder |
domain(String domain)
The name of the domain of the deprecated activity type.
|
UndeprecateActivityTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UndeprecateActivityTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUndeprecateActivityTypeRequest.Builder domain(String domain)
The name of the domain of the deprecated activity type.
domain - The name of the domain of the deprecated activity type.UndeprecateActivityTypeRequest.Builder activityType(ActivityType activityType)
The activity type to undeprecate.
activityType - The activity type to undeprecate.default UndeprecateActivityTypeRequest.Builder activityType(Consumer<ActivityType.Builder> activityType)
The activity type to undeprecate.
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)UndeprecateActivityTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUndeprecateActivityTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.