Interface UpdateHitTypeOfHitRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateHitTypeOfHitRequest.Builder,UpdateHitTypeOfHitRequest>,MTurkRequest.Builder,SdkBuilder<UpdateHitTypeOfHitRequest.Builder,UpdateHitTypeOfHitRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateHitTypeOfHitRequest
public static interface UpdateHitTypeOfHitRequest.Builder extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<UpdateHitTypeOfHitRequest.Builder,UpdateHitTypeOfHitRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateHitTypeOfHitRequest.BuilderhitId(String hitId)The HIT to update.UpdateHitTypeOfHitRequest.BuilderhitTypeId(String hitTypeId)The ID of the new HIT type.UpdateHitTypeOfHitRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateHitTypeOfHitRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mturk.model.MTurkRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
hitId
UpdateHitTypeOfHitRequest.Builder hitId(String hitId)
The HIT to update.
- Parameters:
hitId- The HIT to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hitTypeId
UpdateHitTypeOfHitRequest.Builder hitTypeId(String hitTypeId)
The ID of the new HIT type.
- Parameters:
hitTypeId- The ID of the new HIT type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateHitTypeOfHitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateHitTypeOfHitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-