public static interface CreateDirectConnectGatewayRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateDirectConnectGatewayRequest.Builder,CreateDirectConnectGatewayRequest>
Modifier and Type | Method and Description |
---|---|
CreateDirectConnectGatewayRequest.Builder |
amazonSideAsn(Long amazonSideAsn)
The autonomous system number (ASN) for Border Gateway Protocol (BGP) to be configured on the Amazon side of
the connection.
|
CreateDirectConnectGatewayRequest.Builder |
directConnectGatewayName(String directConnectGatewayName)
The name of the Direct Connect gateway.
|
CreateDirectConnectGatewayRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateDirectConnectGatewayRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
CreateDirectConnectGatewayRequest.Builder directConnectGatewayName(String directConnectGatewayName)
The name of the Direct Connect gateway.
directConnectGatewayName
- The name of the Direct Connect gateway.CreateDirectConnectGatewayRequest.Builder amazonSideAsn(Long amazonSideAsn)
The autonomous system number (ASN) for Border Gateway Protocol (BGP) to be configured on the Amazon side of the connection. The ASN must be in the private range of 64,512 to 65,534 or 4,200,000,000 to 4,294,967,294. The default is 64512.
amazonSideAsn
- The autonomous system number (ASN) for Border Gateway Protocol (BGP) to be configured on the Amazon
side of the connection. The ASN must be in the private range of 64,512 to 65,534 or 4,200,000,000 to
4,294,967,294. The default is 64512.CreateDirectConnectGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateDirectConnectGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.