public static interface RenewOfferingResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<RenewOfferingResponse.Builder,RenewOfferingResponse>
| Modifier and Type | Method and Description |
|---|---|
default RenewOfferingResponse.Builder |
offeringTransaction(Consumer<OfferingTransaction.Builder> offeringTransaction)
Represents the status of the offering transaction for the renewal.
|
RenewOfferingResponse.Builder |
offeringTransaction(OfferingTransaction offeringTransaction)
Represents the status of the offering transaction for the renewal.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildRenewOfferingResponse.Builder offeringTransaction(OfferingTransaction offeringTransaction)
Represents the status of the offering transaction for the renewal.
offeringTransaction - Represents the status of the offering transaction for the renewal.default RenewOfferingResponse.Builder offeringTransaction(Consumer<OfferingTransaction.Builder> offeringTransaction)
Represents the status of the offering transaction for the renewal.
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.