Interface SavingsPlansDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SavingsPlansDetails.Builder,SavingsPlansDetails>,SdkBuilder<SavingsPlansDetails.Builder,SavingsPlansDetails>,SdkPojo
- Enclosing class:
- SavingsPlansDetails
public static interface SavingsPlansDetails.Builder extends SdkPojo, CopyableBuilder<SavingsPlansDetails.Builder,SavingsPlansDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SavingsPlansDetails.BuilderinstanceFamily(String instanceFamily)A group of instance types that Savings Plans applies to.SavingsPlansDetails.BuilderofferingId(String offeringId)The unique ID that's used to distinguish Savings Plans from one another.SavingsPlansDetails.Builderregion(String region)A collection of Amazon Web Services resources in a geographic area.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
region
SavingsPlansDetails.Builder region(String region)
A collection of Amazon Web Services resources in a geographic area. Each Amazon Web Services Region is isolated and independent of the other Regions.
- Parameters:
region- A collection of Amazon Web Services resources in a geographic area. Each Amazon Web Services Region is isolated and independent of the other Regions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceFamily
SavingsPlansDetails.Builder instanceFamily(String instanceFamily)
A group of instance types that Savings Plans applies to.
- Parameters:
instanceFamily- A group of instance types that Savings Plans applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
offeringId
SavingsPlansDetails.Builder offeringId(String offeringId)
The unique ID that's used to distinguish Savings Plans from one another.
- Parameters:
offeringId- The unique ID that's used to distinguish Savings Plans from one another.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-