Interface GetFileUploadUrlRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<GetFileUploadUrlRequest.Builder,,GetFileUploadUrlRequest> MTurkRequest.Builder,SdkBuilder<GetFileUploadUrlRequest.Builder,,GetFileUploadUrlRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 GetFileUploadUrlRequest
public static interface GetFileUploadUrlRequest.Builder
extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<GetFileUploadUrlRequest.Builder,GetFileUploadUrlRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionassignmentId(String assignmentId) The ID of the assignment that contains the question with a FileUploadAnswer.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.questionIdentifier(String questionIdentifier) The identifier of the question with a FileUploadAnswer, as specified in the QuestionForm of the HIT.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mturk.model.MTurkRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
assignmentId
The ID of the assignment that contains the question with a FileUploadAnswer.
- Parameters:
 assignmentId- The ID of the assignment that contains the question with a FileUploadAnswer.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
questionIdentifier
The identifier of the question with a FileUploadAnswer, as specified in the QuestionForm of the HIT.
- Parameters:
 questionIdentifier- The identifier of the question with a FileUploadAnswer, as specified in the QuestionForm of the HIT.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
GetFileUploadUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
GetFileUploadUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -