public static interface AssociateGatewayToServerRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<AssociateGatewayToServerRequest.Builder,AssociateGatewayToServerRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateGatewayToServerRequest.Builder |
gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
AssociateGatewayToServerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateGatewayToServerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateGatewayToServerRequest.Builder |
serverArn(String serverArn)
The Amazon Resource Name (ARN) of the server that hosts your virtual machines.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateGatewayToServerRequest.Builder gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list
of gateways for your account and Amazon Web Services Region.
gatewayArn - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a
list of gateways for your account and Amazon Web Services Region.AssociateGatewayToServerRequest.Builder serverArn(String serverArn)
The Amazon Resource Name (ARN) of the server that hosts your virtual machines.
serverArn - The Amazon Resource Name (ARN) of the server that hosts your virtual machines.AssociateGatewayToServerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateGatewayToServerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.