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 associated with the subnet.
|
Subnet.Builder |
subnetIdentifier(String subnetIdentifier) |
The unique identifier for the subnet.
|
copy
apply, build
Subnet.Builder subnetIdentifier(String subnetIdentifier)
The unique identifier for the subnet.
subnetIdentifier
- The unique identifier for the subnet.Subnet.Builder subnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)
The Availability Zone associated with the subnet.
subnetAvailabilityZone
- The Availability Zone associated with the subnet.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.