public static interface CreateVpcEndpointRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateVpcEndpointRequest.Builder,CreateVpcEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateVpcEndpointRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
default CreateVpcEndpointRequest.Builder |
dnsOptions(Consumer<DnsOptionsSpecification.Builder> dnsOptions)
The DNS options for the endpoint.
|
CreateVpcEndpointRequest.Builder |
dnsOptions(DnsOptionsSpecification dnsOptions)
The DNS options for the endpoint.
|
CreateVpcEndpointRequest.Builder |
ipAddressType(IpAddressType ipAddressType)
The IP address type for the endpoint.
|
CreateVpcEndpointRequest.Builder |
ipAddressType(String ipAddressType)
The IP address type for the endpoint.
|
CreateVpcEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateVpcEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 |
routeTableIds(Collection<String> routeTableIds)
(Gateway endpoint) One or more route table IDs.
|
CreateVpcEndpointRequest.Builder |
routeTableIds(String... routeTableIds)
(Gateway endpoint) One or more route table IDs.
|
CreateVpcEndpointRequest.Builder |
securityGroupIds(Collection<String> securityGroupIds)
(Interface endpoint) The ID of one or more security groups to associate with the endpoint network interface.
|
CreateVpcEndpointRequest.Builder |
securityGroupIds(String... securityGroupIds)
(Interface endpoint) The ID of one or more security groups to associate with the endpoint network interface.
|
CreateVpcEndpointRequest.Builder |
serviceName(String serviceName)
The service name.
|
CreateVpcEndpointRequest.Builder |
subnetIds(Collection<String> subnetIds)
(Interface and Gateway Load Balancer endpoints) The ID of one or more subnets in which to create an endpoint
network interface.
|
CreateVpcEndpointRequest.Builder |
subnetIds(String... subnetIds)
(Interface and Gateway Load Balancer endpoints) The ID of one or more subnets in which to create an endpoint
network interface.
|
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.Builder |
vpcEndpointType(String vpcEndpointType)
The type of endpoint.
|
CreateVpcEndpointRequest.Builder |
vpcEndpointType(VpcEndpointType vpcEndpointType)
The type of endpoint.
|
CreateVpcEndpointRequest.Builder |
vpcId(String vpcId)
The ID of the VPC in which the endpoint will be used.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVpcEndpointRequest.Builder vpcEndpointType(String vpcEndpointType)
The type of endpoint.
Default: Gateway
vpcEndpointType - The type of endpoint.
Default: Gateway
VpcEndpointType,
VpcEndpointTypeCreateVpcEndpointRequest.Builder vpcEndpointType(VpcEndpointType vpcEndpointType)
The type of endpoint.
Default: Gateway
vpcEndpointType - The type of endpoint.
Default: Gateway
VpcEndpointType,
VpcEndpointTypeCreateVpcEndpointRequest.Builder vpcId(String vpcId)
The ID of the VPC in which the endpoint will be used.
vpcId - The ID of the VPC in which the endpoint will be used.CreateVpcEndpointRequest.Builder serviceName(String serviceName)
The service name. To get a list of available services, use the DescribeVpcEndpointServices request, or get the name from the service provider.
serviceName - The service name. To get a list of available services, use the DescribeVpcEndpointServices
request, or get the name from the service provider.CreateVpcEndpointRequest.Builder policyDocument(String policyDocument)
(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format. If this parameter is not specified, we attach a default policy that allows full access to the service.
policyDocument - (Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the
service. The policy must be in valid JSON format. If this parameter is not specified, we attach a
default policy that allows full access to the service.CreateVpcEndpointRequest.Builder routeTableIds(Collection<String> routeTableIds)
(Gateway endpoint) One or more route table IDs.
routeTableIds - (Gateway endpoint) One or more route table IDs.CreateVpcEndpointRequest.Builder routeTableIds(String... routeTableIds)
(Gateway endpoint) One or more route table IDs.
routeTableIds - (Gateway endpoint) One or more route table IDs.CreateVpcEndpointRequest.Builder subnetIds(Collection<String> subnetIds)
(Interface and Gateway Load Balancer endpoints) The ID of one or more subnets in which to create an endpoint network interface. For a Gateway Load Balancer endpoint, you can specify one subnet only.
subnetIds - (Interface and Gateway Load Balancer endpoints) The ID of one or more subnets in which to create an
endpoint network interface. For a Gateway Load Balancer endpoint, you can specify one subnet only.CreateVpcEndpointRequest.Builder subnetIds(String... subnetIds)
(Interface and Gateway Load Balancer endpoints) The ID of one or more subnets in which to create an endpoint network interface. For a Gateway Load Balancer endpoint, you can specify one subnet only.
subnetIds - (Interface and Gateway Load Balancer endpoints) The ID of one or more subnets in which to create an
endpoint network interface. For a Gateway Load Balancer endpoint, you can specify one subnet only.CreateVpcEndpointRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
(Interface endpoint) The ID of one or more security groups to associate with the endpoint network interface.
securityGroupIds - (Interface endpoint) The ID of one or more security groups to associate with the endpoint network
interface.CreateVpcEndpointRequest.Builder securityGroupIds(String... securityGroupIds)
(Interface endpoint) The ID of one or more security groups to associate with the endpoint network interface.
securityGroupIds - (Interface endpoint) The ID of one or more security groups to associate with the endpoint network
interface.CreateVpcEndpointRequest.Builder ipAddressType(String ipAddressType)
The IP address type for the endpoint.
ipAddressType - The IP address type for the endpoint.IpAddressType,
IpAddressTypeCreateVpcEndpointRequest.Builder ipAddressType(IpAddressType ipAddressType)
The IP address type for the endpoint.
ipAddressType - The IP address type for the endpoint.IpAddressType,
IpAddressTypeCreateVpcEndpointRequest.Builder dnsOptions(DnsOptionsSpecification dnsOptions)
The DNS options for the endpoint.
dnsOptions - The DNS options for the endpoint.default CreateVpcEndpointRequest.Builder dnsOptions(Consumer<DnsOptionsSpecification.Builder> dnsOptions)
The DNS options for the endpoint.
This is a convenience method that creates an instance of theDnsOptionsSpecification.Builder avoiding
the need to create one manually via DnsOptionsSpecification.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dnsOptions(DnsOptionsSpecification).
dnsOptions - a consumer that will call methods on DnsOptionsSpecification.BuilderdnsOptions(DnsOptionsSpecification)CreateVpcEndpointRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to
ensure idempotency.CreateVpcEndpointRequest.Builder privateDnsEnabled(Boolean privateDnsEnabled)
(Interface endpoint) Indicates whether to associate a private hosted zone with the specified VPC. The private
hosted zone contains a record set for the default public DNS name for the service for the Region (for
example, kinesis.us-east-1.amazonaws.com), which resolves to the private IP addresses of the
endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for
the service instead of the public DNS names that are automatically generated by the VPC endpoint service.
To use a private hosted zone, you must set the following VPC attributes to true:
enableDnsHostnames and enableDnsSupport. Use ModifyVpcAttribute to set the
VPC attributes.
Default: true
privateDnsEnabled - (Interface endpoint) Indicates whether to associate a private hosted zone with the specified VPC. The
private hosted zone contains a record set for the default public DNS name for the service for the
Region (for example, kinesis.us-east-1.amazonaws.com), which resolves to the private IP
addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the
default public DNS name for the service instead of the public DNS names that are automatically
generated by the VPC endpoint service.
To use a private hosted zone, you must set the following VPC attributes to true:
enableDnsHostnames and enableDnsSupport. Use ModifyVpcAttribute to
set the VPC attributes.
Default: true
CreateVpcEndpointRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to associate with the endpoint.
tagSpecifications - The tags to associate with the endpoint.CreateVpcEndpointRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to associate with the endpoint.
tagSpecifications - The tags to associate with the endpoint.CreateVpcEndpointRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to associate with the endpoint.
This is a convenience method that creates an instance of theTagSpecification.Builder avoiding the need to create one
manually via TagSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tagSpecifications(List.
tagSpecifications - a consumer that will call methods on
TagSpecification.Builder#tagSpecifications(java.util.Collection) CreateVpcEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateVpcEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.