Uses of Interface
software.amazon.awssdk.services.ec2.model.SecondaryNetwork.Builder
Packages that use SecondaryNetwork.Builder
-
Uses of SecondaryNetwork.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SecondaryNetwork.BuilderModifier and TypeMethodDescriptionstatic SecondaryNetwork.BuilderSecondaryNetwork.builder()SecondaryNetwork.Builder.ipv4CidrBlockAssociations(Collection<SecondaryNetworkIpv4CidrBlockAssociation> ipv4CidrBlockAssociations) Information about the IPv4 CIDR blocks associated with the secondary network.SecondaryNetwork.Builder.ipv4CidrBlockAssociations(Consumer<SecondaryNetworkIpv4CidrBlockAssociation.Builder>... ipv4CidrBlockAssociations) Information about the IPv4 CIDR blocks associated with the secondary network.SecondaryNetwork.Builder.ipv4CidrBlockAssociations(SecondaryNetworkIpv4CidrBlockAssociation... ipv4CidrBlockAssociations) Information about the IPv4 CIDR blocks associated with the secondary network.The ID of the Amazon Web Services account that owns the secondary network.SecondaryNetwork.Builder.secondaryNetworkArn(String secondaryNetworkArn) The Amazon Resource Name (ARN) of the secondary network.SecondaryNetwork.Builder.secondaryNetworkId(String secondaryNetworkId) The ID of the secondary network.The state of the secondary network.SecondaryNetwork.Builder.state(SecondaryNetworkState state) The state of the secondary network.SecondaryNetwork.Builder.stateReason(String stateReason) The reason for the current state of the secondary network.SecondaryNetwork.Builder.tags(Collection<Tag> tags) The tags assigned to the secondary network.SecondaryNetwork.Builder.tags(Consumer<Tag.Builder>... tags) The tags assigned to the secondary network.The tags assigned to the secondary network.SecondaryNetwork.toBuilder()The type of the secondary network.SecondaryNetwork.Builder.type(SecondaryNetworkType type) The type of the secondary network.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecondaryNetwork.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SecondaryNetwork.Builder>SecondaryNetwork.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SecondaryNetwork.BuilderModifier and TypeMethodDescriptionCreateSecondaryNetworkResponse.Builder.secondaryNetwork(Consumer<SecondaryNetwork.Builder> secondaryNetwork) Information about the secondary network.DeleteSecondaryNetworkResponse.Builder.secondaryNetwork(Consumer<SecondaryNetwork.Builder> secondaryNetwork) Information about the secondary network.