static SecondaryNetwork.Builder |
SecondaryNetwork.builder() |
|
SecondaryNetwork.Builder |
SecondaryNetwork.Builder.ipv4CidrBlockAssociations(Collection<SecondaryNetworkIpv4CidrBlockAssociation> ipv4CidrBlockAssociations) |
Information about the IPv4 CIDR blocks associated with the secondary network.
|
SecondaryNetwork.Builder |
SecondaryNetwork.Builder.ipv4CidrBlockAssociations(Consumer<SecondaryNetworkIpv4CidrBlockAssociation.Builder>... ipv4CidrBlockAssociations) |
Information about the IPv4 CIDR blocks associated with the secondary network.
|
SecondaryNetwork.Builder |
SecondaryNetwork.Builder.ipv4CidrBlockAssociations(SecondaryNetworkIpv4CidrBlockAssociation... ipv4CidrBlockAssociations) |
Information about the IPv4 CIDR blocks associated with the secondary network.
|
SecondaryNetwork.Builder |
SecondaryNetwork.Builder.ownerId(String ownerId) |
The ID of the Amazon Web Services account that owns the secondary network.
|
SecondaryNetwork.Builder |
SecondaryNetwork.Builder.secondaryNetworkArn(String secondaryNetworkArn) |
The Amazon Resource Name (ARN) of the secondary network.
|
SecondaryNetwork.Builder |
SecondaryNetwork.Builder.secondaryNetworkId(String secondaryNetworkId) |
The ID of the secondary network.
|
SecondaryNetwork.Builder |
SecondaryNetwork.Builder.state(String state) |
The state of the secondary network.
|
SecondaryNetwork.Builder |
SecondaryNetwork.Builder.state(SecondaryNetworkState state) |
The state of the secondary network.
|
SecondaryNetwork.Builder |
SecondaryNetwork.Builder.stateReason(String stateReason) |
The reason for the current state of the secondary network.
|
SecondaryNetwork.Builder |
SecondaryNetwork.Builder.tags(Collection<Tag> tags) |
The tags assigned to the secondary network.
|
SecondaryNetwork.Builder |
SecondaryNetwork.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags assigned to the secondary network.
|
SecondaryNetwork.Builder |
SecondaryNetwork.Builder.tags(Tag... tags) |
The tags assigned to the secondary network.
|
SecondaryNetwork.Builder |
SecondaryNetwork.toBuilder() |
|
SecondaryNetwork.Builder |
SecondaryNetwork.Builder.type(String type) |
The type of the secondary network.
|
SecondaryNetwork.Builder |
SecondaryNetwork.Builder.type(SecondaryNetworkType type) |
The type of the secondary network.
|