CopyableBuilder<OfferingTransaction.Builder,OfferingTransaction>, SdkBuilder<OfferingTransaction.Builder,OfferingTransaction>public static interface OfferingTransaction.Builder extends CopyableBuilder<OfferingTransaction.Builder,OfferingTransaction>
| Modifier and Type | Method | Description |
|---|---|---|
OfferingTransaction.Builder |
cost(MonetaryAmount cost) |
The cost of an offering transaction.
|
OfferingTransaction.Builder |
createdOn(Date createdOn) |
The date on which an offering transaction was created.
|
OfferingTransaction.Builder |
offeringPromotionId(String offeringPromotionId) |
The ID that corresponds to a device offering promotion.
|
OfferingTransaction.Builder |
offeringStatus(OfferingStatus offeringStatus) |
The status of an offering transaction.
|
OfferingTransaction.Builder |
transactionId(String transactionId) |
The transaction ID of the offering transaction.
|
copyapply, buildOfferingTransaction.Builder offeringStatus(OfferingStatus offeringStatus)
The status of an offering transaction.
offeringStatus - The status of an offering transaction.OfferingTransaction.Builder transactionId(String transactionId)
The transaction ID of the offering transaction.
transactionId - The transaction ID of the offering transaction.OfferingTransaction.Builder offeringPromotionId(String offeringPromotionId)
The ID that corresponds to a device offering promotion.
offeringPromotionId - The ID that corresponds to a device offering promotion.OfferingTransaction.Builder createdOn(Date createdOn)
The date on which an offering transaction was created.
createdOn - The date on which an offering transaction was created.OfferingTransaction.Builder cost(MonetaryAmount cost)
The cost of an offering transaction.
cost - The cost of an offering transaction.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.