Uses of Interface
software.amazon.awssdk.services.mturk.model.BonusPayment.Builder
-
Packages that use BonusPayment.Builder Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of BonusPayment.Builder in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return BonusPayment.Builder Modifier and Type Method Description BonusPayment.BuilderBonusPayment.Builder. assignmentId(String assignmentId)The ID of the assignment associated with this bonus payment.BonusPayment.BuilderBonusPayment.Builder. bonusAmount(String bonusAmount)Sets the value of the BonusAmount property for this object.static BonusPayment.BuilderBonusPayment. builder()BonusPayment.BuilderBonusPayment.Builder. grantTime(Instant grantTime)The date and time of when the bonus was granted.BonusPayment.BuilderBonusPayment.Builder. reason(String reason)The Reason text given when the bonus was granted, if any.BonusPayment.BuilderBonusPayment. toBuilder()BonusPayment.BuilderBonusPayment.Builder. workerId(String workerId)The ID of the Worker to whom the bonus was paid.Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type BonusPayment.Builder Modifier and Type Method Description static Class<? extends BonusPayment.Builder>BonusPayment. serializableBuilderClass()
-