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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRdsDbSubnetGroupSubnetAvailabilityZone.Buildername(String name)The name of the Availability Zone for a subnet in the subnet group.-
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, sdkFields
-
-
-
-
Method Detail
-
name
AwsRdsDbSubnetGroupSubnetAvailabilityZone.Builder name(String 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.
-
-