Uses of Interface
software.amazon.awssdk.services.finspace.model.TransitGatewayConfiguration.Builder
-
Packages that use TransitGatewayConfiguration.Builder Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of TransitGatewayConfiguration.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return TransitGatewayConfiguration.Builder Modifier and Type Method Description TransitGatewayConfiguration.BuilderTransitGatewayConfiguration.Builder. attachmentNetworkAclConfiguration(Collection<NetworkACLEntry> attachmentNetworkAclConfiguration)The rules that define how you manage the outbound traffic from kdb network to your internal network.TransitGatewayConfiguration.BuilderTransitGatewayConfiguration.Builder. attachmentNetworkAclConfiguration(Consumer<NetworkACLEntry.Builder>... attachmentNetworkAclConfiguration)The rules that define how you manage the outbound traffic from kdb network to your internal network.TransitGatewayConfiguration.BuilderTransitGatewayConfiguration.Builder. attachmentNetworkAclConfiguration(NetworkACLEntry... attachmentNetworkAclConfiguration)The rules that define how you manage the outbound traffic from kdb network to your internal network.static TransitGatewayConfiguration.BuilderTransitGatewayConfiguration. builder()TransitGatewayConfiguration.BuilderTransitGatewayConfiguration.Builder. routableCIDRSpace(String routableCIDRSpace)The routing CIDR on behalf of kdb environment.TransitGatewayConfiguration.BuilderTransitGatewayConfiguration. toBuilder()TransitGatewayConfiguration.BuilderTransitGatewayConfiguration.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.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type TransitGatewayConfiguration.Builder Modifier and Type Method Description static Class<? extends TransitGatewayConfiguration.Builder>TransitGatewayConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type TransitGatewayConfiguration.Builder Modifier and Type Method Description default GetKxEnvironmentResponse.BuilderGetKxEnvironmentResponse.Builder. transitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration)Sets the value of the TransitGatewayConfiguration property for this object.default KxEnvironment.BuilderKxEnvironment.Builder. transitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration)Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.default UpdateKxEnvironmentNetworkRequest.BuilderUpdateKxEnvironmentNetworkRequest.Builder. transitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration)Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.default UpdateKxEnvironmentNetworkResponse.BuilderUpdateKxEnvironmentNetworkResponse.Builder. transitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration)Sets the value of the TransitGatewayConfiguration property for this object.default UpdateKxEnvironmentResponse.BuilderUpdateKxEnvironmentResponse.Builder. transitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration)Sets the value of the TransitGatewayConfiguration property for this object.
-