Interface AvailabilityZoneMapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AvailabilityZoneMapping.Builder,
,AvailabilityZoneMapping> SdkBuilder<AvailabilityZoneMapping.Builder,
,AvailabilityZoneMapping> SdkPojo
- Enclosing class:
AvailabilityZoneMapping
@Mutable
@NotThreadSafe
public static interface AvailabilityZoneMapping.Builder
extends SdkPojo, CopyableBuilder<AvailabilityZoneMapping.Builder,AvailabilityZoneMapping>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZone
(String availabilityZone) The ID of the Availability Zone where the firewall endpoint is located.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
-
availabilityZone
The ID of the Availability Zone where the firewall endpoint is located. For example,
us-east-2a
. The Availability Zone must be in the same Region as the transit gateway.- Parameters:
availabilityZone
- The ID of the Availability Zone where the firewall endpoint is located. For example,us-east-2a
. The Availability Zone must be in the same Region as the transit gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-