public static interface SavingsPlansDetails.Builder extends SdkPojo, CopyableBuilder<SavingsPlansDetails.Builder,SavingsPlansDetails>
| Modifier and Type | Method and Description |
|---|---|
SavingsPlansDetails.Builder |
instanceFamily(String instanceFamily)
A group of instance types that Savings Plans applies to.
|
SavingsPlansDetails.Builder |
offeringId(String offeringId)
The unique ID used to distinguish Savings Plans from one another.
|
SavingsPlansDetails.Builder |
region(String region)
A collection of AWS resources in a geographic area.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSavingsPlansDetails.Builder region(String region)
A collection of AWS resources in a geographic area. Each AWS Region is isolated and independent of the other Regions.
region - A collection of AWS resources in a geographic area. Each AWS Region is isolated and independent of the
other Regions.SavingsPlansDetails.Builder instanceFamily(String instanceFamily)
A group of instance types that Savings Plans applies to.
instanceFamily - A group of instance types that Savings Plans applies to.SavingsPlansDetails.Builder offeringId(String offeringId)
The unique ID used to distinguish Savings Plans from one another.
offeringId - The unique ID used to distinguish Savings Plans from one another.Copyright © 2021. All rights reserved.