Interface AssociateGatewayToServerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupGatewayRequest.Builder,Buildable,CopyableBuilder<AssociateGatewayToServerRequest.Builder,AssociateGatewayToServerRequest>,SdkBuilder<AssociateGatewayToServerRequest.Builder,AssociateGatewayToServerRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateGatewayToServerRequest
public static interface AssociateGatewayToServerRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<AssociateGatewayToServerRequest.Builder,AssociateGatewayToServerRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateGatewayToServerRequest.BuildergatewayArn(String gatewayArn)The Amazon Resource Name (ARN) of the gateway.AssociateGatewayToServerRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateGatewayToServerRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateGatewayToServerRequest.BuilderserverArn(String serverArn)The Amazon Resource Name (ARN) of the server that hosts your virtual machines.-
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
AssociateGatewayToServerRequest.Builder gatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway. Use the
ListGatewaysoperation to return a list of gateways for your account and Amazon Web Services Region.- Parameters:
gatewayArn- The Amazon Resource Name (ARN) of the gateway. Use theListGatewaysoperation to return a list of gateways for your account and Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverArn
AssociateGatewayToServerRequest.Builder serverArn(String serverArn)
The Amazon Resource Name (ARN) of the server that hosts your virtual machines.
- Parameters:
serverArn- The Amazon Resource Name (ARN) of the server that hosts your virtual machines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateGatewayToServerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateGatewayToServerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-