Interface TestHypervisorConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupGatewayRequest.Builder,Buildable,CopyableBuilder<TestHypervisorConfigurationRequest.Builder,TestHypervisorConfigurationRequest>,SdkBuilder<TestHypervisorConfigurationRequest.Builder,TestHypervisorConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- TestHypervisorConfigurationRequest
public static interface TestHypervisorConfigurationRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<TestHypervisorConfigurationRequest.Builder,TestHypervisorConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestHypervisorConfigurationRequest.BuildergatewayArn(String gatewayArn)The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.TestHypervisorConfigurationRequest.Builderhost(String host)The server host of the hypervisor.TestHypervisorConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TestHypervisorConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TestHypervisorConfigurationRequest.Builderpassword(String password)The password for the hypervisor.TestHypervisorConfigurationRequest.Builderusername(String username)The 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
-
gatewayArn
TestHypervisorConfigurationRequest.Builder gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.
- Parameters:
gatewayArn- The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
host
TestHypervisorConfigurationRequest.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.
-
password
TestHypervisorConfigurationRequest.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.
-
username
TestHypervisorConfigurationRequest.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
TestHypervisorConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
TestHypervisorConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-