Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateVpcEndpointRequest.Builder
Packages that use CreateVpcEndpointRequest.Builder
Package
Description
-
Uses of CreateVpcEndpointRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateVpcEndpointRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest) Creates a VPC endpoint.default CreateVpcEndpointResponseEc2Client.createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest) Creates a VPC endpoint. -
Uses of CreateVpcEndpointRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateVpcEndpointRequest.BuilderModifier and TypeMethodDescriptionCreateVpcEndpointRequest.builder()CreateVpcEndpointRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.default CreateVpcEndpointRequest.BuilderCreateVpcEndpointRequest.Builder.dnsOptions(Consumer<DnsOptionsSpecification.Builder> dnsOptions) The DNS options for the endpoint.CreateVpcEndpointRequest.Builder.dnsOptions(DnsOptionsSpecification dnsOptions) The DNS options for the endpoint.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateVpcEndpointRequest.Builder.ipAddressType(String ipAddressType) The IP address type for the endpoint.CreateVpcEndpointRequest.Builder.ipAddressType(IpAddressType ipAddressType) The IP address type for the endpoint.CreateVpcEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateVpcEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateVpcEndpointRequest.Builder.policyDocument(String policyDocument) (Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service.CreateVpcEndpointRequest.Builder.privateDnsEnabled(Boolean privateDnsEnabled) (Interface endpoint) Indicates whether to associate a private hosted zone with the specified VPC.CreateVpcEndpointRequest.Builder.resourceConfigurationArn(String resourceConfigurationArn) The Amazon Resource Name (ARN) of a resource configuration that will be associated with the VPC endpoint of type resource.CreateVpcEndpointRequest.Builder.routeTableIds(String... routeTableIds) (Gateway endpoint) The route table IDs.CreateVpcEndpointRequest.Builder.routeTableIds(Collection<String> routeTableIds) (Gateway endpoint) The route table IDs.CreateVpcEndpointRequest.Builder.securityGroupIds(String... securityGroupIds) (Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces.CreateVpcEndpointRequest.Builder.securityGroupIds(Collection<String> securityGroupIds) (Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces.CreateVpcEndpointRequest.Builder.serviceName(String serviceName) The name of the endpoint service.CreateVpcEndpointRequest.Builder.serviceNetworkArn(String serviceNetworkArn) The Amazon Resource Name (ARN) of a service network that will be associated with the VPC endpoint of type service-network.CreateVpcEndpointRequest.Builder.serviceRegion(String serviceRegion) The Region where the service is hosted.CreateVpcEndpointRequest.Builder.subnetConfigurations(Collection<SubnetConfiguration> subnetConfigurations) The subnet configurations for the endpoint.CreateVpcEndpointRequest.Builder.subnetConfigurations(Consumer<SubnetConfiguration.Builder>... subnetConfigurations) The subnet configurations for the endpoint.CreateVpcEndpointRequest.Builder.subnetConfigurations(SubnetConfiguration... subnetConfigurations) The subnet configurations for the endpoint.(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to create endpoint network interfaces.CreateVpcEndpointRequest.Builder.subnetIds(Collection<String> subnetIds) (Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to create endpoint network interfaces.CreateVpcEndpointRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to associate with the endpoint.CreateVpcEndpointRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to associate with the endpoint.CreateVpcEndpointRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to associate with the endpoint.CreateVpcEndpointRequest.toBuilder()CreateVpcEndpointRequest.Builder.vpcEndpointType(String vpcEndpointType) The type of endpoint.CreateVpcEndpointRequest.Builder.vpcEndpointType(VpcEndpointType vpcEndpointType) The type of endpoint.The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateVpcEndpointRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateVpcEndpointRequest.Builder>CreateVpcEndpointRequest.serializableBuilderClass()