| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayConfiguration.Builder |
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 |
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 |
TransitGatewayConfiguration.Builder.attachmentNetworkAclConfiguration(NetworkACLEntry... attachmentNetworkAclConfiguration)
The rules that define how you manage the outbound traffic from kdb network to your internal network.
|
static TransitGatewayConfiguration.Builder |
TransitGatewayConfiguration.builder() |
TransitGatewayConfiguration.Builder |
TransitGatewayConfiguration.Builder.routableCIDRSpace(String routableCIDRSpace)
The routing CIDR on behalf of kdb environment.
|
TransitGatewayConfiguration.Builder |
TransitGatewayConfiguration.toBuilder() |
TransitGatewayConfiguration.Builder |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TransitGatewayConfiguration.Builder> |
TransitGatewayConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateKxEnvironmentNetworkRequest.Builder |
UpdateKxEnvironmentNetworkRequest.Builder.transitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration)
Specifies the transit gateway and network configuration to connect the kdb environment to an internal
network.
|
default UpdateKxEnvironmentNetworkResponse.Builder |
UpdateKxEnvironmentNetworkResponse.Builder.transitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration)
Sets the value of the TransitGatewayConfiguration property for this object.
|
default KxEnvironment.Builder |
KxEnvironment.Builder.transitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration)
Specifies the transit gateway and network configuration to connect the kdb environment to an internal
network.
|
default GetKxEnvironmentResponse.Builder |
GetKxEnvironmentResponse.Builder.transitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration)
Sets the value of the TransitGatewayConfiguration property for this object.
|
default UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.transitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration)
Sets the value of the TransitGatewayConfiguration property for this object.
|
Copyright © 2023. All rights reserved.