Interface AwsNetworkFirewallFirewallSubnetMappingsDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsNetworkFirewallFirewallSubnetMappingsDetails.Builder,AwsNetworkFirewallFirewallSubnetMappingsDetails>,SdkBuilder<AwsNetworkFirewallFirewallSubnetMappingsDetails.Builder,AwsNetworkFirewallFirewallSubnetMappingsDetails>,SdkPojo
- Enclosing class:
- AwsNetworkFirewallFirewallSubnetMappingsDetails
public static interface AwsNetworkFirewallFirewallSubnetMappingsDetails.Builder extends SdkPojo, CopyableBuilder<AwsNetworkFirewallFirewallSubnetMappingsDetails.Builder,AwsNetworkFirewallFirewallSubnetMappingsDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsNetworkFirewallFirewallSubnetMappingsDetails.BuildersubnetId(String subnetId)The identifier of the subnet-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
subnetId
AwsNetworkFirewallFirewallSubnetMappingsDetails.Builder subnetId(String subnetId)
The identifier of the subnet
- Parameters:
subnetId- The identifier of the subnet- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-