Interface UpdateHypervisorRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupGatewayRequest.Builder,Buildable,CopyableBuilder<UpdateHypervisorRequest.Builder,UpdateHypervisorRequest>,SdkBuilder<UpdateHypervisorRequest.Builder,UpdateHypervisorRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateHypervisorRequest
public static interface UpdateHypervisorRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateHypervisorRequest.Builder,UpdateHypervisorRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateHypervisorRequest.Builderhost(String host)The updated host of the hypervisor.UpdateHypervisorRequest.BuilderhypervisorArn(String hypervisorArn)The Amazon Resource Name (ARN) of the hypervisor to update.UpdateHypervisorRequest.BuilderlogGroupArn(String logGroupArn)The Amazon Resource Name (ARN) of the group of gateways within the requested log.UpdateHypervisorRequest.Buildername(String name)The updated name for the hypervisorUpdateHypervisorRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateHypervisorRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateHypervisorRequest.Builderpassword(String password)The updated password for the hypervisor.UpdateHypervisorRequest.Builderusername(String username)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, sdkFields
-
-
-
-
Method Detail
-
host
UpdateHypervisorRequest.Builder host(String 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
UpdateHypervisorRequest.Builder hypervisorArn(String 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
UpdateHypervisorRequest.Builder logGroupArn(String 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
UpdateHypervisorRequest.Builder name(String 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
UpdateHypervisorRequest.Builder password(String 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
UpdateHypervisorRequest.Builder username(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateHypervisorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-