Interface SupportedInstanceConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SupportedInstanceConfiguration.Builder,,SupportedInstanceConfiguration> SdkBuilder<SupportedInstanceConfiguration.Builder,,SupportedInstanceConfiguration> SdkPojo
- Enclosing class:
SupportedInstanceConfiguration
@Mutable
@NotThreadSafe
public static interface SupportedInstanceConfiguration.Builder
extends SdkPojo, CopyableBuilder<SupportedInstanceConfiguration.Builder,SupportedInstanceConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionbillingMode(String billingMode) Specifies the billing mode supported in this configuration combination.billingMode(BillingMode billingMode) Specifies the billing mode supported in this configuration combination.platformType(String platformType) Specifies the operating system platform supported in this configuration combination.platformType(PlatformTypeEnum platformType) Specifies the operating system platform supported in this configuration combination.Specifies the tenancy model supported in this configuration combination.tenancy(InstanceConfigurationTenancyEnum tenancy) Specifies the tenancy model supported in this configuration combination.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
billingMode
Specifies the billing mode supported in this configuration combination.
- Parameters:
billingMode- Specifies the billing mode supported in this configuration combination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
billingMode
Specifies the billing mode supported in this configuration combination.
- Parameters:
billingMode- Specifies the billing mode supported in this configuration combination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
platformType
Specifies the operating system platform supported in this configuration combination.
- Parameters:
platformType- Specifies the operating system platform supported in this configuration combination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
platformType
Specifies the operating system platform supported in this configuration combination.
- Parameters:
platformType- Specifies the operating system platform supported in this configuration combination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tenancy
Specifies the tenancy model supported in this configuration combination.
- Parameters:
tenancy- Specifies the tenancy model supported in this configuration combination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tenancy
Specifies the tenancy model supported in this configuration combination.
- Parameters:
tenancy- Specifies the tenancy model supported in this configuration combination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-