Uses of Interface
software.amazon.awssdk.services.ec2.model.VpcEndpoint.Builder
Packages that use VpcEndpoint.Builder
-
Uses of VpcEndpoint.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcEndpoint.BuilderModifier and TypeMethodDescriptionstatic VpcEndpoint.BuilderVpcEndpoint.builder()VpcEndpoint.Builder.creationTimestamp(Instant creationTimestamp) The date and time that the endpoint was created.VpcEndpoint.Builder.dnsEntries(Collection<DnsEntry> dnsEntries) (Interface endpoint) The DNS entries for the endpoint.VpcEndpoint.Builder.dnsEntries(Consumer<DnsEntry.Builder>... dnsEntries) (Interface endpoint) The DNS entries for the endpoint.VpcEndpoint.Builder.dnsEntries(DnsEntry... dnsEntries) (Interface endpoint) The DNS entries for the endpoint.default VpcEndpoint.BuilderVpcEndpoint.Builder.dnsOptions(Consumer<DnsOptions.Builder> dnsOptions) The DNS options for the endpoint.VpcEndpoint.Builder.dnsOptions(DnsOptions dnsOptions) The DNS options for the endpoint.VpcEndpoint.Builder.failureReason(String failureReason) Reason for the failure.VpcEndpoint.Builder.groups(Collection<SecurityGroupIdentifier> groups) (Interface endpoint) Information about the security groups that are associated with the network interface.VpcEndpoint.Builder.groups(Consumer<SecurityGroupIdentifier.Builder>... groups) (Interface endpoint) Information about the security groups that are associated with the network interface.VpcEndpoint.Builder.groups(SecurityGroupIdentifier... groups) (Interface endpoint) Information about the security groups that are associated with the network interface.VpcEndpoint.Builder.ipAddressType(String ipAddressType) The IP address type for the endpoint.VpcEndpoint.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type for the endpoint.VpcEndpoint.Builder.ipv4Prefixes(Collection<SubnetIpPrefixes> ipv4Prefixes) Array of IPv4 prefixes.VpcEndpoint.Builder.ipv4Prefixes(Consumer<SubnetIpPrefixes.Builder>... ipv4Prefixes) Array of IPv4 prefixes.VpcEndpoint.Builder.ipv4Prefixes(SubnetIpPrefixes... ipv4Prefixes) Array of IPv4 prefixes.VpcEndpoint.Builder.ipv6Prefixes(Collection<SubnetIpPrefixes> ipv6Prefixes) Array of IPv6 prefixes.VpcEndpoint.Builder.ipv6Prefixes(Consumer<SubnetIpPrefixes.Builder>... ipv6Prefixes) Array of IPv6 prefixes.VpcEndpoint.Builder.ipv6Prefixes(SubnetIpPrefixes... ipv6Prefixes) Array of IPv6 prefixes.default VpcEndpoint.BuilderVpcEndpoint.Builder.lastError(Consumer<LastError.Builder> lastError) The last error that occurred for endpoint.The last error that occurred for endpoint.VpcEndpoint.Builder.networkInterfaceIds(String... networkInterfaceIds) (Interface endpoint) The network interfaces for the endpoint.VpcEndpoint.Builder.networkInterfaceIds(Collection<String> networkInterfaceIds) (Interface endpoint) The network interfaces for the endpoint.The ID of the Amazon Web Services account that owns the endpoint.VpcEndpoint.Builder.policyDocument(String policyDocument) The policy document associated with the endpoint, if applicable.VpcEndpoint.Builder.privateDnsEnabled(Boolean privateDnsEnabled) (Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.VpcEndpoint.Builder.requesterManaged(Boolean requesterManaged) Indicates whether the endpoint is being managed by its service.VpcEndpoint.Builder.resourceConfigurationArn(String resourceConfigurationArn) The Amazon Resource Name (ARN) of the resource configuration.VpcEndpoint.Builder.routeTableIds(String... routeTableIds) (Gateway endpoint) The IDs of the route tables associated with the endpoint.VpcEndpoint.Builder.routeTableIds(Collection<String> routeTableIds) (Gateway endpoint) The IDs of the route tables associated with the endpoint.VpcEndpoint.Builder.serviceName(String serviceName) The name of the service to which the endpoint is associated.VpcEndpoint.Builder.serviceNetworkArn(String serviceNetworkArn) The Amazon Resource Name (ARN) of the service network.VpcEndpoint.Builder.serviceRegion(String serviceRegion) The Region where the service is hosted.The state of the endpoint.The state of the endpoint.(Interface endpoint) The subnets for the endpoint.VpcEndpoint.Builder.subnetIds(Collection<String> subnetIds) (Interface endpoint) The subnets for the endpoint.VpcEndpoint.Builder.tags(Collection<Tag> tags) The tags assigned to the endpoint.VpcEndpoint.Builder.tags(Consumer<Tag.Builder>... tags) The tags assigned to the endpoint.The tags assigned to the endpoint.VpcEndpoint.toBuilder()VpcEndpoint.Builder.vpcEndpointId(String vpcEndpointId) The ID of the endpoint.VpcEndpoint.Builder.vpcEndpointType(String vpcEndpointType) The type of endpoint.VpcEndpoint.Builder.vpcEndpointType(VpcEndpointType vpcEndpointType) The type of endpoint.The ID of the VPC to which the endpoint is associated.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcEndpoint.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcEndpoint.Builder>VpcEndpoint.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcEndpoint.BuilderModifier and TypeMethodDescriptionCreateVpcEndpointResponse.Builder.vpcEndpoint(Consumer<VpcEndpoint.Builder> vpcEndpoint) Information about the endpoint.