Interface Subnet.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Subnet.Builder,,Subnet> SdkBuilder<Subnet.Builder,,Subnet> SdkPojo
- Enclosing class:
 Subnet
- 
Method Summary
Modifier and TypeMethodDescriptionsubnetAvailabilityZone(String subnetAvailabilityZone) The Availability Zone (AZ) for the subnet.subnetIdentifier(String subnetIdentifier) The system-assigned identifier for the subnet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
subnetIdentifier
The 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.
 
 - 
subnetAvailabilityZone
The 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.
 
 
 -