CopyableBuilder<OfferingStatus.Builder,OfferingStatus>
, SdkBuilder<OfferingStatus.Builder,OfferingStatus>
public static interface OfferingStatus.Builder extends CopyableBuilder<OfferingStatus.Builder,OfferingStatus>
Modifier and Type | Method | 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(String type) |
The type specified for the offering status.
|
OfferingStatus.Builder |
type(OfferingTransactionType type) |
The type specified for the offering status.
|
copy
apply, build
OfferingStatus.Builder type(String type)
The type specified for the offering status.
type
- The type specified for the offering status.OfferingTransactionType
OfferingStatus.Builder type(OfferingTransactionType type)
The type specified for the offering status.
type
- The type specified for the offering status.OfferingTransactionType
OfferingStatus.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 Amazon Web Services, Inc. All Rights Reserved.