SecondarySubnet.Builder |
SecondarySubnet.Builder.availabilityZone(String availabilityZone) |
The Availability Zone of the secondary subnet.
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.availabilityZoneId(String availabilityZoneId) |
The ID of the Availability Zone of the secondary subnet.
|
static SecondarySubnet.Builder |
SecondarySubnet.builder() |
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.ipv4CidrBlockAssociations(Collection<SecondarySubnetIpv4CidrBlockAssociation> ipv4CidrBlockAssociations) |
Information about the IPv4 CIDR blocks associated with the secondary subnet.
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.ipv4CidrBlockAssociations(Consumer<SecondarySubnetIpv4CidrBlockAssociation.Builder>... ipv4CidrBlockAssociations) |
Information about the IPv4 CIDR blocks associated with the secondary subnet.
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.ipv4CidrBlockAssociations(SecondarySubnetIpv4CidrBlockAssociation... ipv4CidrBlockAssociations) |
Information about the IPv4 CIDR blocks associated with the secondary subnet.
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.ownerId(String ownerId) |
The ID of the Amazon Web Services account that owns the secondary subnet.
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.secondaryNetworkId(String secondaryNetworkId) |
The ID of the secondary network.
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.secondaryNetworkType(String secondaryNetworkType) |
The type of the secondary network.
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.secondaryNetworkType(SecondaryNetworkType secondaryNetworkType) |
The type of the secondary network.
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.secondarySubnetArn(String secondarySubnetArn) |
The Amazon Resource Name (ARN) of the secondary subnet.
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.secondarySubnetId(String secondarySubnetId) |
The ID of the secondary subnet.
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.state(String state) |
The state of the secondary subnet.
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.state(SecondarySubnetState state) |
The state of the secondary subnet.
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.stateReason(String stateReason) |
The reason for the current state of the secondary subnet.
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.tags(Collection<Tag> tags) |
The tags assigned to the secondary subnet.
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags assigned to the secondary subnet.
|
SecondarySubnet.Builder |
SecondarySubnet.Builder.tags(Tag... tags) |
The tags assigned to the secondary subnet.
|
SecondarySubnet.Builder |
SecondarySubnet.toBuilder() |
|