Uses of Interface
software.amazon.awssdk.services.ec2.model.HostProperties.Builder
-
Packages that use HostProperties.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of HostProperties.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return HostProperties.Builder Modifier and Type Method Description static HostProperties.BuilderHostProperties. builder()HostProperties.BuilderHostProperties.Builder. cores(Integer cores)The number of cores on the Dedicated Host.HostProperties.BuilderHostProperties.Builder. instanceFamily(String instanceFamily)The instance family supported by the Dedicated Host.HostProperties.BuilderHostProperties.Builder. instanceType(String instanceType)The instance type supported by the Dedicated Host.HostProperties.BuilderHostProperties.Builder. sockets(Integer sockets)The number of sockets on the Dedicated Host.HostProperties.BuilderHostProperties. toBuilder()HostProperties.BuilderHostProperties.Builder. totalVCpus(Integer totalVCpus)The total number of vCPUs on the Dedicated Host.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HostProperties.Builder Modifier and Type Method Description static Class<? extends HostProperties.Builder>HostProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type HostProperties.Builder Modifier and Type Method Description default Host.BuilderHost.Builder. hostProperties(Consumer<HostProperties.Builder> hostProperties)The hardware specifications of the Dedicated Host.
-