public static interface UpdateHitTypeOfHitRequest.Builder extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<UpdateHitTypeOfHitRequest.Builder,UpdateHitTypeOfHitRequest>
Modifier and Type | Method and Description |
---|---|
UpdateHitTypeOfHitRequest.Builder |
hitId(String hitId)
The HIT to update.
|
UpdateHitTypeOfHitRequest.Builder |
hitTypeId(String hitTypeId)
The ID of the new HIT type.
|
UpdateHitTypeOfHitRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateHitTypeOfHitRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateHitTypeOfHitRequest.Builder hitId(String hitId)
The HIT to update.
hitId
- The HIT to update.UpdateHitTypeOfHitRequest.Builder hitTypeId(String hitTypeId)
The ID of the new HIT type.
hitTypeId
- The ID of the new HIT type.UpdateHitTypeOfHitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateHitTypeOfHitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.