public static interface InstanceTypeOffering.Builder extends SdkPojo, CopyableBuilder<InstanceTypeOffering.Builder,InstanceTypeOffering>
| Modifier and Type | Method and Description |
|---|---|
InstanceTypeOffering.Builder |
instanceType(InstanceType instanceType)
The instance type.
|
InstanceTypeOffering.Builder |
instanceType(String instanceType)
The instance type.
|
InstanceTypeOffering.Builder |
location(String location)
The identifier for the location.
|
InstanceTypeOffering.Builder |
locationType(LocationType locationType)
The location type.
|
InstanceTypeOffering.Builder |
locationType(String locationType)
The location type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceTypeOffering.Builder instanceType(String instanceType)
The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
instanceType - The instance type. For more information, see Instance types in
the Amazon EC2 User Guide.InstanceType,
InstanceTypeInstanceTypeOffering.Builder instanceType(InstanceType instanceType)
The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
instanceType - The instance type. For more information, see Instance types in
the Amazon EC2 User Guide.InstanceType,
InstanceTypeInstanceTypeOffering.Builder locationType(String locationType)
The location type.
locationType - The location type.LocationType,
LocationTypeInstanceTypeOffering.Builder locationType(LocationType locationType)
The location type.
locationType - The location type.LocationType,
LocationTypeInstanceTypeOffering.Builder location(String 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.)
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.)Copyright © 2022. All rights reserved.