public static interface EC2ResourceDetails.Builder extends SdkPojo, CopyableBuilder<EC2ResourceDetails.Builder,EC2ResourceDetails>
| Modifier and Type | Method and Description |
|---|---|
EC2ResourceDetails.Builder |
hourlyOnDemandRate(String hourlyOnDemandRate)
The hourly public On-Demand rate for the instance type.
|
EC2ResourceDetails.Builder |
instanceType(String instanceType)
The type of Amazon Web Services instance.
|
EC2ResourceDetails.Builder |
memory(String memory)
The memory capacity of the Amazon Web Services instance.
|
EC2ResourceDetails.Builder |
networkPerformance(String networkPerformance)
The network performance capacity of the Amazon Web Services instance.
|
EC2ResourceDetails.Builder |
platform(String platform)
The platform of the Amazon Web Services instance.
|
EC2ResourceDetails.Builder |
region(String region)
The Amazon Web Services Region of the instance.
|
EC2ResourceDetails.Builder |
sku(String sku)
The SKU of the product.
|
EC2ResourceDetails.Builder |
storage(String storage)
The disk storage of the Amazon Web Services instance.
|
EC2ResourceDetails.Builder |
vcpu(String vcpu)
The number of VCPU cores in the Amazon Web Services instance type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEC2ResourceDetails.Builder hourlyOnDemandRate(String hourlyOnDemandRate)
The hourly public On-Demand rate for the instance type.
hourlyOnDemandRate - The hourly public On-Demand rate for the instance type.EC2ResourceDetails.Builder instanceType(String instanceType)
The type of Amazon Web Services instance.
instanceType - The type of Amazon Web Services instance.EC2ResourceDetails.Builder platform(String platform)
The platform of the Amazon Web Services instance. The platform is the specific combination of operating system, license model, and software on an instance.
platform - The platform of the Amazon Web Services instance. The platform is the specific combination of
operating system, license model, and software on an instance.EC2ResourceDetails.Builder region(String region)
The Amazon Web Services Region of the instance.
region - The Amazon Web Services Region of the instance.EC2ResourceDetails.Builder sku(String sku)
The SKU of the product.
sku - The SKU of the product.EC2ResourceDetails.Builder memory(String memory)
The memory capacity of the Amazon Web Services instance.
memory - The memory capacity of the Amazon Web Services instance.EC2ResourceDetails.Builder networkPerformance(String networkPerformance)
The network performance capacity of the Amazon Web Services instance.
networkPerformance - The network performance capacity of the Amazon Web Services instance.EC2ResourceDetails.Builder storage(String storage)
The disk storage of the Amazon Web Services instance. This doesn't include EBS storage.
storage - The disk storage of the Amazon Web Services instance. This doesn't include EBS storage.EC2ResourceDetails.Builder vcpu(String vcpu)
The number of VCPU cores in the Amazon Web Services instance type.
vcpu - The number of VCPU cores in the Amazon Web Services instance type.Copyright © 2022. All rights reserved.