Uses of Interface
software.amazon.awssdk.services.ec2.model.VpcEndpointConnection.Builder
Packages that use VpcEndpointConnection.Builder
-
Uses of VpcEndpointConnection.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcEndpointConnection.BuilderModifier and TypeMethodDescriptionVpcEndpointConnection.builder()VpcEndpointConnection.Builder.creationTimestamp(Instant creationTimestamp) The date and time that the VPC endpoint was created.VpcEndpointConnection.Builder.dnsEntries(Collection<DnsEntry> dnsEntries) The DNS entries for the VPC endpoint.VpcEndpointConnection.Builder.dnsEntries(Consumer<DnsEntry.Builder>... dnsEntries) The DNS entries for the VPC endpoint.VpcEndpointConnection.Builder.dnsEntries(DnsEntry... dnsEntries) The DNS entries for the VPC endpoint.VpcEndpointConnection.Builder.gatewayLoadBalancerArns(String... gatewayLoadBalancerArns) The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.VpcEndpointConnection.Builder.gatewayLoadBalancerArns(Collection<String> gatewayLoadBalancerArns) The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.VpcEndpointConnection.Builder.ipAddressType(String ipAddressType) The IP address type for the endpoint.VpcEndpointConnection.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type for the endpoint.VpcEndpointConnection.Builder.networkLoadBalancerArns(String... networkLoadBalancerArns) The Amazon Resource Names (ARNs) of the network load balancers for the service.VpcEndpointConnection.Builder.networkLoadBalancerArns(Collection<String> networkLoadBalancerArns) The Amazon Resource Names (ARNs) of the network load balancers for the service.The ID of the service to which the endpoint is connected.VpcEndpointConnection.Builder.tags(Collection<Tag> tags) The tags.VpcEndpointConnection.Builder.tags(Consumer<Tag.Builder>... tags) The tags.The tags.VpcEndpointConnection.toBuilder()VpcEndpointConnection.Builder.vpcEndpointConnectionId(String vpcEndpointConnectionId) The ID of the VPC endpoint connection.VpcEndpointConnection.Builder.vpcEndpointId(String vpcEndpointId) The ID of the VPC endpoint.VpcEndpointConnection.Builder.vpcEndpointOwner(String vpcEndpointOwner) The ID of the Amazon Web Services account that owns the VPC endpoint.VpcEndpointConnection.Builder.vpcEndpointRegion(String vpcEndpointRegion) The Region of the endpoint.VpcEndpointConnection.Builder.vpcEndpointState(String vpcEndpointState) The state of the VPC endpoint.VpcEndpointConnection.Builder.vpcEndpointState(State vpcEndpointState) The state of the VPC endpoint.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcEndpointConnection.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcEndpointConnection.Builder>VpcEndpointConnection.serializableBuilderClass()