public static interface ReservedInstanceOptions.Builder extends SdkPojo, CopyableBuilder<ReservedInstanceOptions.Builder,ReservedInstanceOptions>
| Modifier and Type | Method and Description |
|---|---|
ReservedInstanceOptions.Builder |
offeringClass(OfferingClass offeringClass)
The flexibility to change the instance types needed for your Reserved Instance.
|
ReservedInstanceOptions.Builder |
offeringClass(String offeringClass)
The flexibility to change the instance types needed for your Reserved Instance.
|
ReservedInstanceOptions.Builder |
purchasingOption(PurchasingOption purchasingOption)
The payment plan to use for your Reserved Instance.
|
ReservedInstanceOptions.Builder |
purchasingOption(String purchasingOption)
The payment plan to use for your Reserved Instance.
|
ReservedInstanceOptions.Builder |
termLength(String termLength)
The preferred duration of the Reserved Instance term.
|
ReservedInstanceOptions.Builder |
termLength(TermLength termLength)
The preferred duration of the Reserved Instance term.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReservedInstanceOptions.Builder purchasingOption(String purchasingOption)
The payment plan to use for your Reserved Instance.
purchasingOption - The payment plan to use for your Reserved Instance.PurchasingOption,
PurchasingOptionReservedInstanceOptions.Builder purchasingOption(PurchasingOption purchasingOption)
The payment plan to use for your Reserved Instance.
purchasingOption - The payment plan to use for your Reserved Instance.PurchasingOption,
PurchasingOptionReservedInstanceOptions.Builder offeringClass(String offeringClass)
The flexibility to change the instance types needed for your Reserved Instance.
offeringClass - The flexibility to change the instance types needed for your Reserved Instance.OfferingClass,
OfferingClassReservedInstanceOptions.Builder offeringClass(OfferingClass offeringClass)
The flexibility to change the instance types needed for your Reserved Instance.
offeringClass - The flexibility to change the instance types needed for your Reserved Instance.OfferingClass,
OfferingClassReservedInstanceOptions.Builder termLength(String termLength)
The preferred duration of the Reserved Instance term.
termLength - The preferred duration of the Reserved Instance term.TermLength,
TermLengthReservedInstanceOptions.Builder termLength(TermLength termLength)
The preferred duration of the Reserved Instance term.
termLength - The preferred duration of the Reserved Instance term.TermLength,
TermLengthCopyright © 2023. All rights reserved.