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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.backupgateway.model.BackupGatewayRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
hostThe 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.
 
- 
hypervisorArnThe 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.
 
- 
logGroupArnThe 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.
 
- 
nameThe 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.
 
- 
passwordThe 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.
 
- 
usernameThe 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.
 
- 
overrideConfigurationUpdateHypervisorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateHypervisorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-