Interface UpdateHypervisorRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BackupGatewayRequest.Builder
,Buildable
,CopyableBuilder<UpdateHypervisorRequest.Builder,
,UpdateHypervisorRequest> SdkBuilder<UpdateHypervisorRequest.Builder,
,UpdateHypervisorRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateHypervisorRequest
@Mutable
@NotThreadSafe
public static interface UpdateHypervisorRequest.Builder
extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateHypervisorRequest.Builder,UpdateHypervisorRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe updated host of the hypervisor.hypervisorArn
(String hypervisorArn) The Amazon Resource Name (ARN) of the hypervisor to update.logGroupArn
(String logGroupArn) The Amazon Resource Name (ARN) of the group of gateways within the requested log.The updated name for the hypervisoroverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The updated password for the hypervisor.The updated username for the hypervisor.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.backupgateway.model.BackupGatewayRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
host
The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
- Parameters:
host
- The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hypervisorArn
The Amazon Resource Name (ARN) of the hypervisor to update.
- Parameters:
hypervisorArn
- The Amazon Resource Name (ARN) of the hypervisor to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupArn
The Amazon Resource Name (ARN) of the group of gateways within the requested log.
- Parameters:
logGroupArn
- The Amazon Resource Name (ARN) of the group of gateways within the requested log.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The updated name for the hypervisor
- Parameters:
name
- The updated name for the hypervisor- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
password
The updated password for the hypervisor.
- Parameters:
password
- The updated password for the hypervisor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
The updated username for the hypervisor.
- Parameters:
username
- The updated username for the hypervisor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateHypervisorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateHypervisorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-