Interface AvailabilityZoneMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AvailabilityZoneMetadata.Builder,
,AvailabilityZoneMetadata> SdkBuilder<AvailabilityZoneMetadata.Builder,
,AvailabilityZoneMetadata> SdkPojo
- Enclosing class:
AvailabilityZoneMetadata
@Mutable
@NotThreadSafe
public static interface AvailabilityZoneMetadata.Builder
extends SdkPojo, CopyableBuilder<AvailabilityZoneMetadata.Builder,AvailabilityZoneMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionipAddressType
(String ipAddressType) The IP address type of the Firewall subnet in the Availability Zone.ipAddressType
(IPAddressType ipAddressType) The IP address type of the Firewall subnet in the Availability Zone.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, sdkFieldNameToField, sdkFields
-
Method Details
-
ipAddressType
The IP address type of the Firewall subnet in the Availability Zone. You can't change the IP address type after you create the subnet.
- Parameters:
ipAddressType
- The IP address type of the Firewall subnet in the Availability Zone. You can't change the IP address type after you create the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipAddressType
The IP address type of the Firewall subnet in the Availability Zone. You can't change the IP address type after you create the subnet.
- Parameters:
ipAddressType
- The IP address type of the Firewall subnet in the Availability Zone. You can't change the IP address type after you create the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-