public static interface TestHypervisorConfigurationRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<TestHypervisorConfigurationRequest.Builder,TestHypervisorConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
TestHypervisorConfigurationRequest.Builder |
gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.
|
TestHypervisorConfigurationRequest.Builder |
host(String host)
The server host of the hypervisor.
|
TestHypervisorConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TestHypervisorConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TestHypervisorConfigurationRequest.Builder |
password(String password)
The password for the hypervisor.
|
TestHypervisorConfigurationRequest.Builder |
username(String username)
The username for the hypervisor.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTestHypervisorConfigurationRequest.Builder gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.
gatewayArn - The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.TestHypervisorConfigurationRequest.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).TestHypervisorConfigurationRequest.Builder password(String password)
The password for the hypervisor.
password - The password for the hypervisor.TestHypervisorConfigurationRequest.Builder username(String username)
The username for the hypervisor.
username - The username for the hypervisor.TestHypervisorConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTestHypervisorConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.