public static interface ImportHypervisorConfigurationRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<ImportHypervisorConfigurationRequest.Builder,ImportHypervisorConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportHypervisorConfigurationRequest.Builder host(String host)
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
host - The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name
(FQDN).ImportHypervisorConfigurationRequest.Builder kmsKeyArn(String kmsKeyArn)
The Key Management Service for the hypervisor.
kmsKeyArn - The Key Management Service for the hypervisor.ImportHypervisorConfigurationRequest.Builder name(String name)
The name of the hypervisor.
name - The name of the hypervisor.ImportHypervisorConfigurationRequest.Builder password(String password)
The password for the hypervisor.
password - The password for the hypervisor.ImportHypervisorConfigurationRequest.Builder tags(Collection<Tag> tags)
The tags of the hypervisor configuration to import.
tags - The tags of the hypervisor configuration to import.ImportHypervisorConfigurationRequest.Builder tags(Tag... tags)
The tags of the hypervisor configuration to import.
tags - The tags of the hypervisor configuration to import.ImportHypervisorConfigurationRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags of the hypervisor configuration to import.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) ImportHypervisorConfigurationRequest.Builder username(String username)
The username for the hypervisor.
username - The username for the hypervisor.ImportHypervisorConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportHypervisorConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.