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 method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) 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 © 2023. All rights reserved.