Interface EC2Specification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EC2Specification.Builder,EC2Specification>,SdkBuilder<EC2Specification.Builder,EC2Specification>,SdkPojo
- Enclosing class:
- EC2Specification
public static interface EC2Specification.Builder extends SdkPojo, CopyableBuilder<EC2Specification.Builder,EC2Specification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EC2Specification.BuilderofferingClass(String offeringClass)Indicates whether you want a recommendation for standard or convertible reservations.EC2Specification.BuilderofferingClass(OfferingClass offeringClass)Indicates whether you want a recommendation for standard or convertible reservations.-
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
-
offeringClass
EC2Specification.Builder offeringClass(String offeringClass)
Indicates whether you want a recommendation for standard or convertible reservations.
- Parameters:
offeringClass- Indicates whether you want a recommendation for standard or convertible reservations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OfferingClass,OfferingClass
-
offeringClass
EC2Specification.Builder offeringClass(OfferingClass offeringClass)
Indicates whether you want a recommendation for standard or convertible reservations.
- Parameters:
offeringClass- Indicates whether you want a recommendation for standard or convertible reservations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OfferingClass,OfferingClass
-
-