Interface Subnet.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Subnet.Builder,,- Subnet> - SdkBuilder<Subnet.Builder,,- Subnet> - SdkPojo
- Enclosing class:
- Subnet
- 
Method SummaryModifier and TypeMethodDescriptionsubnetAvailabilityZone(String subnetAvailabilityZone) The Availability Zone (AZ) for the subnet.subnetIdentifier(String subnetIdentifier) The system-assigned identifier for the subnet.supportedNetworkTypes(Collection<NetworkType> supportedNetworkTypes) The network types supported by this subnet.supportedNetworkTypes(NetworkType... supportedNetworkTypes) The network types supported by this subnet.supportedNetworkTypesWithStrings(String... supportedNetworkTypes) The network types supported by this subnet.supportedNetworkTypesWithStrings(Collection<String> supportedNetworkTypes) The network types supported by this subnet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
subnetIdentifierThe system-assigned identifier for the subnet. - Parameters:
- subnetIdentifier- The system-assigned identifier for the subnet.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subnetAvailabilityZoneThe Availability Zone (AZ) for the subnet. - Parameters:
- subnetAvailabilityZone- The Availability Zone (AZ) for the subnet.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedNetworkTypesWithStringsThe network types supported by this subnet. Returns an array of strings that can include ipv4,ipv6, or both, indicating whether the subnet supports IPv4 only, IPv6 only, or dual-stack deployments.- Parameters:
- supportedNetworkTypes- The network types supported by this subnet. Returns an array of strings that can include- ipv4,- ipv6, or both, indicating whether the subnet supports IPv4 only, IPv6 only, or dual-stack deployments.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedNetworkTypesWithStringsThe network types supported by this subnet. Returns an array of strings that can include ipv4,ipv6, or both, indicating whether the subnet supports IPv4 only, IPv6 only, or dual-stack deployments.- Parameters:
- supportedNetworkTypes- The network types supported by this subnet. Returns an array of strings that can include- ipv4,- ipv6, or both, indicating whether the subnet supports IPv4 only, IPv6 only, or dual-stack deployments.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedNetworkTypesThe network types supported by this subnet. Returns an array of strings that can include ipv4,ipv6, or both, indicating whether the subnet supports IPv4 only, IPv6 only, or dual-stack deployments.- Parameters:
- supportedNetworkTypes- The network types supported by this subnet. Returns an array of strings that can include- ipv4,- ipv6, or both, indicating whether the subnet supports IPv4 only, IPv6 only, or dual-stack deployments.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedNetworkTypesThe network types supported by this subnet. Returns an array of strings that can include ipv4,ipv6, or both, indicating whether the subnet supports IPv4 only, IPv6 only, or dual-stack deployments.- Parameters:
- supportedNetworkTypes- The network types supported by this subnet. Returns an array of strings that can include- ipv4,- ipv6, or both, indicating whether the subnet supports IPv4 only, IPv6 only, or dual-stack deployments.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-