public static interface OfferingStatus.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<OfferingStatus.Builder,OfferingStatus>
| Modifier and Type | Method and Description |
|---|---|
OfferingStatus.Builder |
effectiveOn(Date effectiveOn)
The date on which the offering is effective.
|
OfferingStatus.Builder |
offering(Offering offering)
Represents the metadata of an offering status.
|
OfferingStatus.Builder |
quantity(Integer quantity)
The number of available devices in the offering.
|
OfferingStatus.Builder |
type(OfferingTransactionType type)
The type specified for the offering status.
|
OfferingStatus.Builder |
type(String type)
The type specified for the offering status.
|
copyapply, buildOfferingStatus.Builder type(String type)
The type specified for the offering status.
type - The type specified for the offering status.OfferingTransactionTypeOfferingStatus.Builder type(OfferingTransactionType type)
The type specified for the offering status.
type - The type specified for the offering status.OfferingTransactionTypeOfferingStatus.Builder offering(Offering offering)
Represents the metadata of an offering status.
offering - Represents the metadata of an offering status.OfferingStatus.Builder quantity(Integer quantity)
The number of available devices in the offering.
quantity - The number of available devices in the offering.OfferingStatus.Builder effectiveOn(Date effectiveOn)
The date on which the offering is effective.
effectiveOn - The date on which the offering is effective.Copyright © 2017. All rights reserved.