public static interface AwsRdsDbSubnetGroupSubnet.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbSubnetGroupSubnet.Builder,AwsRdsDbSubnetGroupSubnet>
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbSubnetGroupSubnet.Builder |
subnetAvailabilityZone(AwsRdsDbSubnetGroupSubnetAvailabilityZone subnetAvailabilityZone)
Information about the Availability Zone for a subnet in the subnet group.
|
default AwsRdsDbSubnetGroupSubnet.Builder |
subnetAvailabilityZone(Consumer<AwsRdsDbSubnetGroupSubnetAvailabilityZone.Builder> subnetAvailabilityZone)
Information about the Availability Zone for a subnet in the subnet group.
|
AwsRdsDbSubnetGroupSubnet.Builder |
subnetIdentifier(String subnetIdentifier)
The identifier of a subnet in the subnet group.
|
AwsRdsDbSubnetGroupSubnet.Builder |
subnetStatus(String subnetStatus)
The status of a subnet in the subnet group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRdsDbSubnetGroupSubnet.Builder subnetIdentifier(String subnetIdentifier)
The identifier of a subnet in the subnet group.
subnetIdentifier - The identifier of a subnet in the subnet group.AwsRdsDbSubnetGroupSubnet.Builder subnetAvailabilityZone(AwsRdsDbSubnetGroupSubnetAvailabilityZone subnetAvailabilityZone)
Information about the Availability Zone for a subnet in the subnet group.
subnetAvailabilityZone - Information about the Availability Zone for a subnet in the subnet group.default AwsRdsDbSubnetGroupSubnet.Builder subnetAvailabilityZone(Consumer<AwsRdsDbSubnetGroupSubnetAvailabilityZone.Builder> subnetAvailabilityZone)
Information about the Availability Zone for a subnet in the subnet group.
This is a convenience method that creates an instance of theAwsRdsDbSubnetGroupSubnetAvailabilityZone.Builder avoiding the need to create one manually via
AwsRdsDbSubnetGroupSubnetAvailabilityZone.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
subnetAvailabilityZone(AwsRdsDbSubnetGroupSubnetAvailabilityZone).
subnetAvailabilityZone - a consumer that will call methods on AwsRdsDbSubnetGroupSubnetAvailabilityZone.BuildersubnetAvailabilityZone(AwsRdsDbSubnetGroupSubnetAvailabilityZone)AwsRdsDbSubnetGroupSubnet.Builder subnetStatus(String subnetStatus)
The status of a subnet in the subnet group.
subnetStatus - The status of a subnet in the subnet group.Copyright © 2023. All rights reserved.