Interface AssociateQualificationWithWorkerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateQualificationWithWorkerRequest.Builder,AssociateQualificationWithWorkerRequest>,MTurkRequest.Builder,SdkBuilder<AssociateQualificationWithWorkerRequest.Builder,AssociateQualificationWithWorkerRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateQualificationWithWorkerRequest
public static interface AssociateQualificationWithWorkerRequest.Builder extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<AssociateQualificationWithWorkerRequest.Builder,AssociateQualificationWithWorkerRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
qualificationTypeId
AssociateQualificationWithWorkerRequest.Builder qualificationTypeId(String qualificationTypeId)
The ID of the Qualification type to use for the assigned Qualification.
- Parameters:
qualificationTypeId- The ID of the Qualification type to use for the assigned Qualification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workerId
AssociateQualificationWithWorkerRequest.Builder workerId(String workerId)
The ID of the Worker to whom the Qualification is being assigned. Worker IDs are included with submitted HIT assignments and Qualification requests.
- Parameters:
workerId- The ID of the Worker to whom the Qualification is being assigned. Worker IDs are included with submitted HIT assignments and Qualification requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integerValue
AssociateQualificationWithWorkerRequest.Builder integerValue(Integer integerValue)
The value of the Qualification to assign.
- Parameters:
integerValue- The value of the Qualification to assign.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sendNotification
AssociateQualificationWithWorkerRequest.Builder sendNotification(Boolean sendNotification)
Specifies whether to send a notification email message to the Worker saying that the qualification was assigned to the Worker. Note: this is true by default.
- Parameters:
sendNotification- Specifies whether to send a notification email message to the Worker saying that the qualification was assigned to the Worker. Note: this is true by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateQualificationWithWorkerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateQualificationWithWorkerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-