CopyableBuilder<BonusPayment.Builder,BonusPayment>
, SdkBuilder<BonusPayment.Builder,BonusPayment>
public static interface BonusPayment.Builder extends CopyableBuilder<BonusPayment.Builder,BonusPayment>
Modifier and Type | Method | Description |
---|---|---|
BonusPayment.Builder |
assignmentId(String assignmentId) |
The ID of the assignment associated with this bonus payment.
|
BonusPayment.Builder |
bonusAmount(String bonusAmount) |
|
BonusPayment.Builder |
grantTime(Date grantTime) |
The date and time of when the bonus was granted.
|
BonusPayment.Builder |
reason(String reason) |
The Reason text given when the bonus was granted, if any.
|
BonusPayment.Builder |
workerId(String workerId) |
The ID of the Worker to whom the bonus was paid.
|
copy
apply, build
BonusPayment.Builder workerId(String workerId)
The ID of the Worker to whom the bonus was paid.
workerId
- The ID of the Worker to whom the bonus was paid.BonusPayment.Builder bonusAmount(String bonusAmount)
bonusAmount
- BonusPayment.Builder assignmentId(String assignmentId)
The ID of the assignment associated with this bonus payment.
assignmentId
- The ID of the assignment associated with this bonus payment.BonusPayment.Builder reason(String reason)
The Reason text given when the bonus was granted, if any.
reason
- The Reason text given when the bonus was granted, if any.BonusPayment.Builder grantTime(Date grantTime)
The date and time of when the bonus was granted.
grantTime
- The date and time of when the bonus was granted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.