public static interface CreateDirectConnectGatewayRequest.Builder extends DirectConnectRequest.Builder, 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.
Example: "My direct connect gateway"
Default: None
directConnectGatewayName
- The name of the direct connect gateway.
Example: "My direct connect gateway"
Default: None
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
Example: 65200
Default: 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
Example: 65200
Default: 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.