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) |
CreateDirectConnectGatewayRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDirectConnectGatewayRequest.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)
overrideConfiguration in interface AwsRequest.BuilderCreateDirectConnectGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.