Uses of Interface
software.amazon.awssdk.services.ec2.model.TargetNetwork.Builder
Packages that use TargetNetwork.Builder
-
Uses of TargetNetwork.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TargetNetwork.BuilderModifier and TypeMethodDescriptionTargetNetwork.Builder.associationId(String associationId) The ID of the association.TargetNetwork.Builder.availabilityZoneIds(String... availabilityZoneIds) The Availability Zone IDs for the target network association, if the Client VPN endpoint uses a Transit Gateway.TargetNetwork.Builder.availabilityZoneIds(Collection<String> availabilityZoneIds) The Availability Zone IDs for the target network association, if the Client VPN endpoint uses a Transit Gateway.TargetNetwork.Builder.availabilityZones(String... availabilityZones) The Availability Zone names for the target network association, if the Client VPN endpoint uses a Transit Gateway.TargetNetwork.Builder.availabilityZones(Collection<String> availabilityZones) The Availability Zone names for the target network association, if the Client VPN endpoint uses a Transit Gateway.static TargetNetwork.BuilderTargetNetwork.builder()TargetNetwork.Builder.clientVpnEndpointId(String clientVpnEndpointId) The ID of the Client VPN endpoint with which the target network is associated.TargetNetwork.Builder.securityGroups(String... securityGroups) The IDs of the security groups applied to the target network association.TargetNetwork.Builder.securityGroups(Collection<String> securityGroups) The IDs of the security groups applied to the target network association.default TargetNetwork.BuilderTargetNetwork.Builder.status(Consumer<AssociationStatus.Builder> status) The current state of the target network association.TargetNetwork.Builder.status(AssociationStatus status) The current state of the target network association.TargetNetwork.Builder.targetNetworkId(String targetNetworkId) The ID of the subnet specified as the target network.TargetNetwork.toBuilder()The ID of the VPC in which the target network (subnet) is located.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TargetNetwork.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TargetNetwork.Builder>TargetNetwork.serializableBuilderClass()