public static interface UpdateHypervisorRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateHypervisorRequest.Builder,UpdateHypervisorRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateHypervisorRequest.Builder |
host(String host)
The updated host of the hypervisor.
|
UpdateHypervisorRequest.Builder |
hypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor to update.
|
UpdateHypervisorRequest.Builder |
logGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
|
UpdateHypervisorRequest.Builder |
name(String name)
The updated name for the hypervisor
|
UpdateHypervisorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateHypervisorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateHypervisorRequest.Builder |
password(String password)
The updated password for the hypervisor.
|
UpdateHypervisorRequest.Builder |
username(String username)
The updated username for the hypervisor.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateHypervisorRequest.Builder host(String host)
The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
host - The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name
(FQDN).UpdateHypervisorRequest.Builder hypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor to update.
hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor to update.UpdateHypervisorRequest.Builder logGroupArn(String logGroupArn)
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
logGroupArn - The Amazon Resource Name (ARN) of the group of gateways within the requested log.UpdateHypervisorRequest.Builder name(String name)
The updated name for the hypervisor
name - The updated name for the hypervisorUpdateHypervisorRequest.Builder password(String password)
The updated password for the hypervisor.
password - The updated password for the hypervisor.UpdateHypervisorRequest.Builder username(String username)
The updated username for the hypervisor.
username - The updated username for the hypervisor.UpdateHypervisorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateHypervisorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.