public static interface EC2ResourceDetails.Builder extends SdkPojo, CopyableBuilder<EC2ResourceDetails.Builder,EC2ResourceDetails>
| Modifier and Type | Method and Description |
|---|---|
EC2ResourceDetails.Builder |
hourlyOnDemandRate(String hourlyOnDemandRate)
Hourly public On-Demand rate for the instance type.
|
EC2ResourceDetails.Builder |
instanceType(String instanceType)
The type of AWS instance.
|
EC2ResourceDetails.Builder |
memory(String memory)
Memory capacity of the AWS instance.
|
EC2ResourceDetails.Builder |
networkPerformance(String networkPerformance)
Network performance capacity of the AWS instance.
|
EC2ResourceDetails.Builder |
platform(String platform)
The platform of the AWS instance.
|
EC2ResourceDetails.Builder |
region(String region)
The AWS Region of the instance.
|
EC2ResourceDetails.Builder |
sku(String sku)
The SKU of the product.
|
EC2ResourceDetails.Builder |
storage(String storage)
The disk storage of the AWS instance (not EBS storage).
|
EC2ResourceDetails.Builder |
vcpu(String vcpu)
Number of VCPU cores in the AWS instance type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEC2ResourceDetails.Builder hourlyOnDemandRate(String hourlyOnDemandRate)
Hourly public On-Demand rate for the instance type.
hourlyOnDemandRate - Hourly public On-Demand rate for the instance type.EC2ResourceDetails.Builder instanceType(String instanceType)
The type of AWS instance.
instanceType - The type of AWS instance.EC2ResourceDetails.Builder platform(String platform)
The platform of the AWS instance. The platform is the specific combination of operating system, license model, and software on an instance.
platform - The platform of the AWS instance. The platform is the specific combination of operating system,
license model, and software on an instance.EC2ResourceDetails.Builder region(String region)
The AWS Region of the instance.
region - The AWS 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)
Memory capacity of the AWS instance.
memory - Memory capacity of the AWS instance.EC2ResourceDetails.Builder networkPerformance(String networkPerformance)
Network performance capacity of the AWS instance.
networkPerformance - Network performance capacity of the AWS instance.EC2ResourceDetails.Builder storage(String storage)
The disk storage of the AWS instance (not EBS storage).
storage - The disk storage of the AWS instance (not EBS storage).EC2ResourceDetails.Builder vcpu(String vcpu)
Number of VCPU cores in the AWS instance type.
vcpu - Number of VCPU cores in the AWS instance type.Copyright © 2021. All rights reserved.