Interface ListReviewableHiTsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListReviewableHiTsRequest.Builder,ListReviewableHiTsRequest>,MTurkRequest.Builder,SdkBuilder<ListReviewableHiTsRequest.Builder,ListReviewableHiTsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListReviewableHiTsRequest
public static interface ListReviewableHiTsRequest.Builder extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<ListReviewableHiTsRequest.Builder,ListReviewableHiTsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListReviewableHiTsRequest.BuilderhitTypeId(String hitTypeId)The ID of the HIT type of the HITs to consider for the query.ListReviewableHiTsRequest.BuildermaxResults(Integer maxResults)Limit the number of results returned.ListReviewableHiTsRequest.BuildernextToken(String nextToken)Pagination TokenListReviewableHiTsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListReviewableHiTsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListReviewableHiTsRequest.Builderstatus(String status)Can be eitherReviewableorReviewing.ListReviewableHiTsRequest.Builderstatus(ReviewableHITStatus status)Can be eitherReviewableorReviewing.-
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
-
hitTypeId
ListReviewableHiTsRequest.Builder hitTypeId(String hitTypeId)
The ID of the HIT type of the HITs to consider for the query. If not specified, all HITs for the Reviewer are considered
- Parameters:
hitTypeId- The ID of the HIT type of the HITs to consider for the query. If not specified, all HITs for the Reviewer are considered- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListReviewableHiTsRequest.Builder status(String status)
Can be either
ReviewableorReviewing. Reviewable is the default value.- Parameters:
status- Can be eitherReviewableorReviewing. Reviewable is the default value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReviewableHITStatus,ReviewableHITStatus
-
status
ListReviewableHiTsRequest.Builder status(ReviewableHITStatus status)
Can be either
ReviewableorReviewing. Reviewable is the default value.- Parameters:
status- Can be eitherReviewableorReviewing. Reviewable is the default value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReviewableHITStatus,ReviewableHITStatus
-
nextToken
ListReviewableHiTsRequest.Builder nextToken(String nextToken)
Pagination Token
- Parameters:
nextToken- Pagination Token- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListReviewableHiTsRequest.Builder maxResults(Integer maxResults)
Limit the number of results returned.
- Parameters:
maxResults- Limit the number of results returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListReviewableHiTsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListReviewableHiTsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-