| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static ReservedInstancesListing.Builder |
ReservedInstancesListing.builder() |
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.clientToken(String clientToken)
A unique, case-sensitive key supplied by the client to ensure that the request is idempotent.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.createDate(Instant createDate)
The time the listing was created.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.instanceCounts(Collection<InstanceCount> instanceCounts)
The number of instances in this state.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.instanceCounts(Consumer<InstanceCount.Builder>... instanceCounts)
The number of instances in this state.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.instanceCounts(InstanceCount... instanceCounts)
The number of instances in this state.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.priceSchedules(Collection<PriceSchedule> priceSchedules)
The price of the Reserved Instance listing.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.priceSchedules(Consumer<PriceSchedule.Builder>... priceSchedules)
The price of the Reserved Instance listing.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.priceSchedules(PriceSchedule... priceSchedules)
The price of the Reserved Instance listing.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.reservedInstancesId(String reservedInstancesId)
The ID of the Reserved Instance.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.reservedInstancesListingId(String reservedInstancesListingId)
The ID of the Reserved Instance listing.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.status(ListingStatus status)
The status of the Reserved Instance listing.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.status(String status)
The status of the Reserved Instance listing.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.statusMessage(String statusMessage)
The reason for the current status of the Reserved Instance listing.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.tags(Collection<Tag> tags)
Any tags assigned to the resource.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the resource.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.tags(Tag... tags)
Any tags assigned to the resource.
|
ReservedInstancesListing.Builder |
ReservedInstancesListing.toBuilder() |
ReservedInstancesListing.Builder |
ReservedInstancesListing.Builder.updateDate(Instant updateDate)
The last modified timestamp of the listing.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReservedInstancesListing.Builder> |
ReservedInstancesListing.serializableBuilderClass() |
Copyright © 2023. All rights reserved.