Struct aws_sdk_backupgateway::input::import_hypervisor_configuration_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ImportHypervisorConfigurationInput
Implementations
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
The username for the hypervisor.
The password for the hypervisor.
The Key Management Service for the hypervisor.
The Key Management Service for the hypervisor.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags of the hypervisor configuration to import.
The tags of the hypervisor configuration to import.
Consumes the builder and constructs a ImportHypervisorConfigurationInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more