public static interface Subnet.Builder extends SdkPojo, CopyableBuilder<Subnet.Builder,Subnet>
| Modifier and Type | Method and Description | 
|---|---|
Subnet.Builder | 
subnetAvailabilityZone(String subnetAvailabilityZone)
 The Availability Zone (AZ) for subnet subnet. 
 | 
Subnet.Builder | 
subnetIdentifier(String subnetIdentifier)
 The system-assigned identifier for the subnet. 
 | 
copyapplyMutation, buildSubnet.Builder subnetIdentifier(String subnetIdentifier)
The system-assigned identifier for the subnet.
subnetIdentifier - The system-assigned identifier for the subnet.Subnet.Builder subnetAvailabilityZone(String subnetAvailabilityZone)
The Availability Zone (AZ) for subnet subnet.
subnetAvailabilityZone - The Availability Zone (AZ) for subnet subnet.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.