Interface ImportHypervisorConfigurationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- BackupGatewayRequest.Builder,- Buildable,- CopyableBuilder<ImportHypervisorConfigurationRequest.Builder,,- ImportHypervisorConfigurationRequest> - SdkBuilder<ImportHypervisorConfigurationRequest.Builder,,- ImportHypervisorConfigurationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ImportHypervisorConfigurationRequest
@Mutable
@NotThreadSafe
public static interface ImportHypervisorConfigurationRequest.Builder
extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<ImportHypervisorConfigurationRequest.Builder,ImportHypervisorConfigurationRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe server host of the hypervisor.The Key Management Service for the hypervisor.The name of the hypervisor.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The password for the hypervisor.tags(Collection<Tag> tags) The tags of the hypervisor configuration to import.tags(Consumer<Tag.Builder>... tags) The tags of the hypervisor configuration to import.The tags of the hypervisor configuration to import.The 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 server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN). - Parameters:
- host- The server 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.
 
- 
kmsKeyArnThe Key Management Service for the hypervisor. - Parameters:
- kmsKeyArn- The Key Management Service for the hypervisor.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the hypervisor. - Parameters:
- name- The name of the hypervisor.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
passwordThe password for the hypervisor. - Parameters:
- password- The password for the hypervisor.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags of the hypervisor configuration to import. - Parameters:
- tags- The tags of the hypervisor configuration to import.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags of the hypervisor configuration to import. - Parameters:
- tags- The tags of the hypervisor configuration to import.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags of the hypervisor configuration to import. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
usernameThe username for the hypervisor. - Parameters:
- username- The username for the hypervisor.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationImportHypervisorConfigurationRequest.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.
 
- 
overrideConfigurationImportHypervisorConfigurationRequest.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.
 
 
-