Uses of Interface
software.amazon.awssdk.services.ec2.model.HostInstance.Builder
-
Packages that use HostInstance.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of HostInstance.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return HostInstance.Builder Modifier and Type Method Description static HostInstance.BuilderHostInstance. builder()HostInstance.BuilderHostInstance.Builder. instanceId(String instanceId)The ID of instance that is running on the Dedicated Host.HostInstance.BuilderHostInstance.Builder. instanceType(String instanceType)The instance type (for example,m3.medium) of the running instance.HostInstance.BuilderHostInstance.Builder. ownerId(String ownerId)The ID of the Amazon Web Services account that owns the instance.HostInstance.BuilderHostInstance. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HostInstance.Builder Modifier and Type Method Description static Class<? extends HostInstance.Builder>HostInstance. serializableBuilderClass()
-