Package org.jclouds.ec2.domain
Class Subnet.Builder
java.lang.Object
org.jclouds.ec2.domain.Subnet.Builder
- Enclosing class:
Subnet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavailabilityZone
(String availabilityZone) availableIpAddressCount
(int availableIpAddressCount) build()
subnetState
(Subnet.State subnetState)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
subnetId
- See Also:
-
subnetState
- See Also:
-
vpcId
- See Also:
-
cidrBlock
- See Also:
-
availableIpAddressCount
- See Also:
-
availabilityZone
- See Also:
-
tags
- See Also:
-
tag
- See Also:
-
tag
- See Also:
-
build
-
from
-