| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
BonusPayment.Builder |
BonusPayment.Builder.assignmentId(String assignmentId)
The ID of the assignment associated with this bonus payment.
|
BonusPayment.Builder |
BonusPayment.Builder.bonusAmount(String bonusAmount)
Sets the value of the BonusAmount property for this object.
|
static BonusPayment.Builder |
BonusPayment.builder() |
BonusPayment.Builder |
BonusPayment.Builder.grantTime(Instant grantTime)
The date and time of when the bonus was granted.
|
BonusPayment.Builder |
BonusPayment.Builder.reason(String reason)
The Reason text given when the bonus was granted, if any.
|
BonusPayment.Builder |
BonusPayment.toBuilder() |
BonusPayment.Builder |
BonusPayment.Builder.workerId(String workerId)
The ID of the Worker to whom the bonus was paid.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BonusPayment.Builder> |
BonusPayment.serializableBuilderClass() |
Copyright © 2023. All rights reserved.