Interface AwsRdsDbSubnetGroupSubnetAvailabilityZone.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsRdsDbSubnetGroupSubnetAvailabilityZone.Builder,,AwsRdsDbSubnetGroupSubnetAvailabilityZone> SdkBuilder<AwsRdsDbSubnetGroupSubnetAvailabilityZone.Builder,,AwsRdsDbSubnetGroupSubnetAvailabilityZone> SdkPojo
- Enclosing class:
 AwsRdsDbSubnetGroupSubnetAvailabilityZone
public static interface AwsRdsDbSubnetGroupSubnetAvailabilityZone.Builder
extends SdkPojo, CopyableBuilder<AwsRdsDbSubnetGroupSubnetAvailabilityZone.Builder,AwsRdsDbSubnetGroupSubnetAvailabilityZone> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the Availability Zone for a subnet in the subnet group.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, sdkFields 
- 
Method Details
- 
name
The name of the Availability Zone for a subnet in the subnet group.
- Parameters:
 name- The name of the Availability Zone for a subnet in the subnet group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -