Interface AssociateCustomerGatewayRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateCustomerGatewayRequest.Builder,AssociateCustomerGatewayRequest>,NetworkManagerRequest.Builder,SdkBuilder<AssociateCustomerGatewayRequest.Builder,AssociateCustomerGatewayRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateCustomerGatewayRequest
public static interface AssociateCustomerGatewayRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<AssociateCustomerGatewayRequest.Builder,AssociateCustomerGatewayRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateCustomerGatewayRequest.BuildercustomerGatewayArn(String customerGatewayArn)The Amazon Resource Name (ARN) of the customer gateway.AssociateCustomerGatewayRequest.BuilderdeviceId(String deviceId)The ID of the device.AssociateCustomerGatewayRequest.BuilderglobalNetworkId(String globalNetworkId)The ID of the global network.AssociateCustomerGatewayRequest.BuilderlinkId(String linkId)The ID of the link.AssociateCustomerGatewayRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateCustomerGatewayRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkmanager.model.NetworkManagerRequest.Builder
build
-
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
-
customerGatewayArn
AssociateCustomerGatewayRequest.Builder customerGatewayArn(String customerGatewayArn)
The Amazon Resource Name (ARN) of the customer gateway.
- Parameters:
customerGatewayArn- The Amazon Resource Name (ARN) of the customer gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalNetworkId
AssociateCustomerGatewayRequest.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
- Parameters:
globalNetworkId- The ID of the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceId
AssociateCustomerGatewayRequest.Builder deviceId(String deviceId)
The ID of the device.
- Parameters:
deviceId- The ID of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkId
AssociateCustomerGatewayRequest.Builder linkId(String linkId)
The ID of the link.
- Parameters:
linkId- The ID of the link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateCustomerGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateCustomerGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-