Uses of Interface
software.amazon.awssdk.services.backupgateway.model.Hypervisor.Builder
-
Packages that use Hypervisor.Builder Package Description software.amazon.awssdk.services.backupgateway.model -
-
Uses of Hypervisor.Builder in software.amazon.awssdk.services.backupgateway.model
Methods in software.amazon.awssdk.services.backupgateway.model that return Hypervisor.Builder Modifier and Type Method Description static Hypervisor.BuilderHypervisor. builder()Hypervisor.BuilderHypervisor.Builder. host(String host)The server host of the hypervisor.Hypervisor.BuilderHypervisor.Builder. hypervisorArn(String hypervisorArn)The Amazon Resource Name (ARN) of the hypervisor.Hypervisor.BuilderHypervisor.Builder. kmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.Hypervisor.BuilderHypervisor.Builder. name(String name)The name of the hypervisor.Hypervisor.BuilderHypervisor.Builder. state(String state)The state of the hypervisor.Hypervisor.BuilderHypervisor.Builder. state(HypervisorState state)The state of the hypervisor.Hypervisor.BuilderHypervisor. toBuilder()Methods in software.amazon.awssdk.services.backupgateway.model that return types with arguments of type Hypervisor.Builder Modifier and Type Method Description static Class<? extends Hypervisor.Builder>Hypervisor. serializableBuilderClass()
-