public static interface Subnet.Builder extends SdkPojo, CopyableBuilder<Subnet.Builder,Subnet>
| Modifier and Type | Method and Description |
|---|---|
Subnet.Builder |
subnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
Sets the value of the SubnetAvailabilityZone property for this object.
|
default Subnet.Builder |
subnetAvailabilityZone(Consumer<AvailabilityZone.Builder> subnetAvailabilityZone)
Sets the value of the SubnetAvailabilityZone property for this object.
|
Subnet.Builder |
subnetIdentifier(String subnetIdentifier)
The identifier of the subnet.
|
default Subnet.Builder |
subnetOutpost(Consumer<Outpost.Builder> subnetOutpost)
If the subnet is associated with an Outpost, this value specifies the Outpost.
|
Subnet.Builder |
subnetOutpost(Outpost subnetOutpost)
If the subnet is associated with an Outpost, this value specifies the Outpost.
|
Subnet.Builder |
subnetStatus(String subnetStatus)
The status of the subnet.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubnet.Builder subnetIdentifier(String subnetIdentifier)
The identifier of the subnet.
subnetIdentifier - The identifier of the subnet.Subnet.Builder subnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
subnetAvailabilityZone - The new value for the SubnetAvailabilityZone property for this object.default Subnet.Builder subnetAvailabilityZone(Consumer<AvailabilityZone.Builder> subnetAvailabilityZone)
AvailabilityZone.Builder avoiding the
need to create one manually via AvailabilityZone.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to subnetAvailabilityZone(AvailabilityZone).
subnetAvailabilityZone - a consumer that will call methods on AvailabilityZone.BuildersubnetAvailabilityZone(AvailabilityZone)Subnet.Builder subnetOutpost(Outpost subnetOutpost)
If the subnet is associated with an Outpost, this value specifies the Outpost.
For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
subnetOutpost - If the subnet is associated with an Outpost, this value specifies the Outpost.
For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
default Subnet.Builder subnetOutpost(Consumer<Outpost.Builder> subnetOutpost)
If the subnet is associated with an Outpost, this value specifies the Outpost.
For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
This is a convenience method that creates an instance of theOutpost.Builder avoiding the need to
create one manually via Outpost.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to subnetOutpost(Outpost).
subnetOutpost - a consumer that will call methods on Outpost.BuildersubnetOutpost(Outpost)Subnet.Builder subnetStatus(String subnetStatus)
The status of the subnet.
subnetStatus - The status of the subnet.Copyright © 2022. All rights reserved.