public static interface PurchaseOfferingResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<PurchaseOfferingResponse.Builder,PurchaseOfferingResponse>
| Modifier and Type | Method and Description |
|---|---|
default PurchaseOfferingResponse.Builder |
offeringTransaction(Consumer<OfferingTransaction.Builder> offeringTransaction)
Represents the offering transaction for the purchase result.
|
PurchaseOfferingResponse.Builder |
offeringTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildPurchaseOfferingResponse.Builder offeringTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.
offeringTransaction - Represents the offering transaction for the purchase result.default PurchaseOfferingResponse.Builder offeringTransaction(Consumer<OfferingTransaction.Builder> offeringTransaction)
Represents the offering transaction for the purchase result.
This is a convenience that creates an instance of theOfferingTransaction.Builder avoiding the need
to create one manually via OfferingTransaction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to offeringTransaction(OfferingTransaction).offeringTransaction - a consumer that will call methods on OfferingTransaction.BuilderofferingTransaction(OfferingTransaction)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.