Uses of Interface
software.amazon.awssdk.services.ec2.model.HostProperties.Builder
Packages that use HostProperties.Builder
-
Uses of HostProperties.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return HostProperties.BuilderModifier and TypeMethodDescriptionstatic HostProperties.BuilderHostProperties.builder()The number of cores on the Dedicated Host.HostProperties.Builder.instanceFamily(String instanceFamily) The instance family supported by the Dedicated Host.HostProperties.Builder.instanceType(String instanceType) The instance type supported by the Dedicated Host.The number of sockets on the Dedicated Host.HostProperties.toBuilder()HostProperties.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HostProperties.Builder>HostProperties.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type HostProperties.BuilderModifier and TypeMethodDescriptiondefault Host.BuilderHost.Builder.hostProperties(Consumer<HostProperties.Builder> hostProperties) The hardware specifications of the Dedicated Host.