CopyableBuilder<Subnet.Builder,Subnet>
, SdkBuilder<Subnet.Builder,Subnet>
public static interface Subnet.Builder extends CopyableBuilder<Subnet.Builder,Subnet>
Modifier and Type | Method | Description |
---|---|---|
Subnet.Builder |
subnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone) |
The Availability Zone of the subnet.
|
Subnet.Builder |
subnetIdentifier(String subnetIdentifier) |
The subnet identifier.
|
Subnet.Builder |
subnetStatus(String subnetStatus) |
The status of the subnet.
|
copy
apply, build
Subnet.Builder subnetIdentifier(String subnetIdentifier)
The subnet identifier.
subnetIdentifier
- The subnet identifier.Subnet.Builder subnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
The Availability Zone of the subnet.
subnetAvailabilityZone
- The Availability Zone of the subnet.Subnet.Builder subnetStatus(String subnetStatus)
The status of the subnet.
subnetStatus
- The status of the subnet.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.