public static interface GetFileUploadUrlRequest.Builder extends MTurkRequest.Builder, CopyableBuilder<GetFileUploadUrlRequest.Builder,GetFileUploadUrlRequest>
Modifier and Type | Method and Description |
---|---|
GetFileUploadUrlRequest.Builder |
assignmentId(String assignmentId)
The ID of the assignment that contains the question with a FileUploadAnswer.
|
GetFileUploadUrlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetFileUploadUrlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetFileUploadUrlRequest.Builder |
questionIdentifier(String questionIdentifier)
The identifier of the question with a FileUploadAnswer, as specified in the QuestionForm of the HIT.
|
build
overrideConfiguration
copy
applyMutation, build
GetFileUploadUrlRequest.Builder assignmentId(String assignmentId)
The ID of the assignment that contains the question with a FileUploadAnswer.
assignmentId
- The ID of the assignment that contains the question with a FileUploadAnswer.GetFileUploadUrlRequest.Builder questionIdentifier(String questionIdentifier)
The identifier of the question with a FileUploadAnswer, as specified in the QuestionForm of the HIT.
questionIdentifier
- The identifier of the question with a FileUploadAnswer, as specified in the QuestionForm of the HIT.GetFileUploadUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetFileUploadUrlRequest.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.