public static interface TransitGatewayConfiguration.Builder extends SdkPojo, CopyableBuilder<TransitGatewayConfiguration.Builder,TransitGatewayConfiguration>
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayConfiguration.Builder |
attachmentNetworkAclConfiguration(Collection<NetworkACLEntry> attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
|
TransitGatewayConfiguration.Builder |
attachmentNetworkAclConfiguration(Consumer<NetworkACLEntry.Builder>... attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
|
TransitGatewayConfiguration.Builder |
attachmentNetworkAclConfiguration(NetworkACLEntry... attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
|
TransitGatewayConfiguration.Builder |
routableCIDRSpace(String routableCIDRSpace)
The routing CIDR on behalf of kdb environment.
|
TransitGatewayConfiguration.Builder |
transitGatewayID(String transitGatewayID)
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network
to your internal network.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransitGatewayConfiguration.Builder transitGatewayID(String transitGatewayID)
The identifier of the transit gateway created by the customer to connect outbound traffics from kdb network to your internal network.
transitGatewayID - The identifier of the transit gateway created by the customer to connect outbound traffics from kdb
network to your internal network.TransitGatewayConfiguration.Builder routableCIDRSpace(String routableCIDRSpace)
The routing CIDR on behalf of kdb environment. It could be any "/26 range in the 100.64.0.0 CIDR space. After providing, it will be added to the customer's transit gateway routing table so that the traffics could be routed to kdb network.
routableCIDRSpace - The routing CIDR on behalf of kdb environment. It could be any "/26 range in the 100.64.0.0 CIDR
space. After providing, it will be added to the customer's transit gateway routing table so that the
traffics could be routed to kdb network.TransitGatewayConfiguration.Builder attachmentNetworkAclConfiguration(Collection<NetworkACLEntry> attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
attachmentNetworkAclConfiguration - The rules that define how you manage the outbound traffic from kdb network to your internal network.TransitGatewayConfiguration.Builder attachmentNetworkAclConfiguration(NetworkACLEntry... attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
attachmentNetworkAclConfiguration - The rules that define how you manage the outbound traffic from kdb network to your internal network.TransitGatewayConfiguration.Builder attachmentNetworkAclConfiguration(Consumer<NetworkACLEntry.Builder>... attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
This is a convenience method that creates an instance of theNetworkACLEntry.Builder avoiding the need to create
one manually via NetworkACLEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #attachmentNetworkAclConfiguration(List.
attachmentNetworkAclConfiguration - a consumer that will call methods on
NetworkACLEntry.Builder#attachmentNetworkAclConfiguration(java.util.Collection) Copyright © 2023. All rights reserved.