public static interface CapacityBlockOffering.Builder extends SdkPojo, CopyableBuilder<CapacityBlockOffering.Builder,CapacityBlockOffering>
| Modifier and Type | Method and Description |
|---|---|
CapacityBlockOffering.Builder |
availabilityZone(String availabilityZone)
The Availability Zone of the Capacity Block offering.
|
CapacityBlockOffering.Builder |
capacityBlockDurationHours(Integer capacityBlockDurationHours)
The amount of time of the Capacity Block reservation in hours.
|
CapacityBlockOffering.Builder |
capacityBlockOfferingId(String capacityBlockOfferingId)
The ID of the Capacity Block offering.
|
CapacityBlockOffering.Builder |
currencyCode(String currencyCode)
The currency of the payment for the Capacity Block.
|
CapacityBlockOffering.Builder |
endDate(Instant endDate)
The end date of the Capacity Block offering.
|
CapacityBlockOffering.Builder |
instanceCount(Integer instanceCount)
The number of instances in the Capacity Block offering.
|
CapacityBlockOffering.Builder |
instanceType(String instanceType)
The instance type of the Capacity Block offering.
|
CapacityBlockOffering.Builder |
startDate(Instant startDate)
The start date of the Capacity Block offering.
|
CapacityBlockOffering.Builder |
tenancy(CapacityReservationTenancy tenancy)
The tenancy of the Capacity Block.
|
CapacityBlockOffering.Builder |
tenancy(String tenancy)
The tenancy of the Capacity Block.
|
CapacityBlockOffering.Builder |
upfrontFee(String upfrontFee)
The total price to be paid up front.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCapacityBlockOffering.Builder capacityBlockOfferingId(String capacityBlockOfferingId)
The ID of the Capacity Block offering.
capacityBlockOfferingId - The ID of the Capacity Block offering.CapacityBlockOffering.Builder instanceType(String instanceType)
The instance type of the Capacity Block offering.
instanceType - The instance type of the Capacity Block offering.CapacityBlockOffering.Builder availabilityZone(String availabilityZone)
The Availability Zone of the Capacity Block offering.
availabilityZone - The Availability Zone of the Capacity Block offering.CapacityBlockOffering.Builder instanceCount(Integer instanceCount)
The number of instances in the Capacity Block offering.
instanceCount - The number of instances in the Capacity Block offering.CapacityBlockOffering.Builder startDate(Instant startDate)
The start date of the Capacity Block offering.
startDate - The start date of the Capacity Block offering.CapacityBlockOffering.Builder endDate(Instant endDate)
The end date of the Capacity Block offering.
endDate - The end date of the Capacity Block offering.CapacityBlockOffering.Builder capacityBlockDurationHours(Integer capacityBlockDurationHours)
The amount of time of the Capacity Block reservation in hours.
capacityBlockDurationHours - The amount of time of the Capacity Block reservation in hours.CapacityBlockOffering.Builder upfrontFee(String upfrontFee)
The total price to be paid up front.
upfrontFee - The total price to be paid up front.CapacityBlockOffering.Builder currencyCode(String currencyCode)
The currency of the payment for the Capacity Block.
currencyCode - The currency of the payment for the Capacity Block.CapacityBlockOffering.Builder tenancy(String tenancy)
The tenancy of the Capacity Block.
tenancy - The tenancy of the Capacity Block.CapacityReservationTenancy,
CapacityReservationTenancyCapacityBlockOffering.Builder tenancy(CapacityReservationTenancy tenancy)
The tenancy of the Capacity Block.
tenancy - The tenancy of the Capacity Block.CapacityReservationTenancy,
CapacityReservationTenancyCopyright © 2023. All rights reserved.