Interface InstanceTypeOffering.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceTypeOffering.Builder,,InstanceTypeOffering> SdkBuilder<InstanceTypeOffering.Builder,,InstanceTypeOffering> SdkPojo
- Enclosing class:
- InstanceTypeOffering
@Mutable
@NotThreadSafe
public static interface InstanceTypeOffering.Builder
extends SdkPojo, CopyableBuilder<InstanceTypeOffering.Builder,InstanceTypeOffering>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceType(String instanceType) The instance type.instanceType(InstanceType instanceType) The instance type.The identifier for the location.locationType(String locationType) The location type.locationType(LocationType locationType) The location type.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
-
instanceType
The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
- Parameters:
instanceType- The instance type. For more information, see Instance types in the Amazon EC2 User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceType
The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
- Parameters:
instanceType- The instance type. For more information, see Instance types in the Amazon EC2 User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
locationType
The location type.
- Parameters:
locationType- The location type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
locationType
The location type.
- Parameters:
locationType- The location type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
location
The identifier for the location. This depends on the location type. For example, if the location type is
region, the location is the Region code (for example,us-east-2.)- Parameters:
location- The identifier for the location. This depends on the location type. For example, if the location type isregion, the location is the Region code (for example,us-east-2.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-