Interface ImportHypervisorConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupGatewayRequest.Builder,Buildable,CopyableBuilder<ImportHypervisorConfigurationRequest.Builder,ImportHypervisorConfigurationRequest>,SdkBuilder<ImportHypervisorConfigurationRequest.Builder,ImportHypervisorConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ImportHypervisorConfigurationRequest
public static interface ImportHypervisorConfigurationRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<ImportHypervisorConfigurationRequest.Builder,ImportHypervisorConfigurationRequest>
-
-
Method Summary
-
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
ImportHypervisorConfigurationRequest.Builder host(String host)
The 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.
-
kmsKeyArn
ImportHypervisorConfigurationRequest.Builder kmsKeyArn(String kmsKeyArn)
The 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.
-
name
ImportHypervisorConfigurationRequest.Builder name(String name)
The 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.
-
password
ImportHypervisorConfigurationRequest.Builder password(String password)
The 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.
-
tags
ImportHypervisorConfigurationRequest.Builder tags(Collection<Tag> tags)
The 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.
-
tags
ImportHypervisorConfigurationRequest.Builder tags(Tag... tags)
The 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.
-
tags
ImportHypervisorConfigurationRequest.Builder tags(Consumer<Tag.Builder>... tags)
The 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 to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
username
ImportHypervisorConfigurationRequest.Builder username(String username)
The 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.
-
overrideConfiguration
ImportHypervisorConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ImportHypervisorConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-