Interface NatGatewayMapping.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NatGatewayMapping.Builder,,NatGatewayMapping> SdkBuilder<NatGatewayMapping.Builder,,NatGatewayMapping> SdkPojo
- Enclosing class:
NatGatewayMapping
@Mutable
@NotThreadSafe
public static interface NatGatewayMapping.Builder
extends SdkPojo, CopyableBuilder<NatGatewayMapping.Builder,NatGatewayMapping>
-
Method Summary
Modifier and TypeMethodDescriptionnatGatewayId(String natGatewayId) A unique identifier for the NAT gateway to use with proxy resources.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
-
natGatewayId
A unique identifier for the NAT gateway to use with proxy resources.
- Parameters:
natGatewayId- A unique identifier for the NAT gateway to use with proxy resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-