Uses of Interface
software.amazon.awssdk.services.neptune.model.Subnet.Builder
-
Packages that use Subnet.Builder Package Description software.amazon.awssdk.services.neptune.model -
-
Uses of Subnet.Builder in software.amazon.awssdk.services.neptune.model
Methods in software.amazon.awssdk.services.neptune.model that return Subnet.Builder Modifier and Type Method Description static Subnet.BuilderSubnet. builder()default Subnet.BuilderSubnet.Builder. subnetAvailabilityZone(Consumer<AvailabilityZone.Builder> subnetAvailabilityZone)Specifies the EC2 Availability Zone that the subnet is in.Subnet.BuilderSubnet.Builder. subnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone)Specifies the EC2 Availability Zone that the subnet is in.Subnet.BuilderSubnet.Builder. subnetIdentifier(String subnetIdentifier)Specifies the identifier of the subnet.Subnet.BuilderSubnet.Builder. subnetStatus(String subnetStatus)Specifies the status of the subnet.Subnet.BuilderSubnet. toBuilder()Methods in software.amazon.awssdk.services.neptune.model that return types with arguments of type Subnet.Builder Modifier and Type Method Description static Class<? extends Subnet.Builder>Subnet. serializableBuilderClass()
-