Interface NatGatewayConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NatGatewayConfiguration.Builder,,NatGatewayConfiguration> SdkBuilder<NatGatewayConfiguration.Builder,,NatGatewayConfiguration> SdkPojo
- Enclosing class:
NatGatewayConfiguration
@Mutable
@NotThreadSafe
public static interface NatGatewayConfiguration.Builder
extends SdkPojo, CopyableBuilder<NatGatewayConfiguration.Builder,NatGatewayConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionactiveConnectionCount(Long activeConnectionCount) The number of active connections through the NAT Gateway.packetsInFromDestination(Long packetsInFromDestination) The number of packets received from the destination through the NAT Gateway.packetsInFromSource(Long packetsInFromSource) The number of packets received from the source through the NAT Gateway.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
activeConnectionCount
The number of active connections through the NAT Gateway.
- Parameters:
activeConnectionCount- The number of active connections through the NAT Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packetsInFromSource
The number of packets received from the source through the NAT Gateway.
- Parameters:
packetsInFromSource- The number of packets received from the source through the NAT Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packetsInFromDestination
The number of packets received from the destination through the NAT Gateway.
- Parameters:
packetsInFromDestination- The number of packets received from the destination through the NAT Gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-