| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcEndpoint.Builder |
VpcEndpoint.builder() |
VpcEndpoint.Builder |
VpcEndpoint.Builder.creationTimestamp(Instant creationTimestamp)
The date and time the VPC endpoint was created.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.dnsEntries(Collection<DnsEntry> dnsEntries)
(Interface endpoint) The DNS entries for the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.dnsEntries(Consumer<DnsEntry.Builder>... dnsEntries)
(Interface endpoint) The DNS entries for the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.dnsEntries(DnsEntry... dnsEntries)
(Interface endpoint) The DNS entries for the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.groups(Collection<SecurityGroupIdentifier> groups)
(Interface endpoint) Information about the security groups associated with the network interface.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.groups(Consumer<SecurityGroupIdentifier.Builder>... groups)
(Interface endpoint) Information about the security groups associated with the network interface.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.groups(SecurityGroupIdentifier... groups)
(Interface endpoint) Information about the security groups associated with the network interface.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.networkInterfaceIds(Collection<String> networkInterfaceIds)
(Interface endpoint) One or more network interfaces for the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.networkInterfaceIds(String... networkInterfaceIds)
(Interface endpoint) One or more network interfaces for the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.ownerId(String ownerId)
The ID of the AWS account that owns the VPC endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.policyDocument(String policyDocument)
The policy document associated with the endpoint, if applicable.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.privateDnsEnabled(Boolean privateDnsEnabled)
(Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.requesterManaged(Boolean requesterManaged)
Indicates whether the VPC endpoint is being managed by its service.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.routeTableIds(Collection<String> routeTableIds)
(Gateway endpoint) One or more route tables associated with the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.routeTableIds(String... routeTableIds)
(Gateway endpoint) One or more route tables associated with the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.serviceName(String serviceName)
The name of the service to which the endpoint is associated.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.state(State state)
The state of the VPC endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.state(String state)
The state of the VPC endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.subnetIds(Collection<String> subnetIds)
(Interface endpoint) One or more subnets in which the endpoint is located.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.subnetIds(String... subnetIds)
(Interface endpoint) One or more subnets in which the endpoint is located.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.tags(Collection<Tag> tags)
Any tags assigned to the VPC endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the VPC endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.tags(Tag... tags)
Any tags assigned to the VPC endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.toBuilder() |
VpcEndpoint.Builder |
VpcEndpoint.Builder.vpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.vpcEndpointType(String vpcEndpointType)
The type of endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.vpcEndpointType(VpcEndpointType vpcEndpointType)
The type of endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.vpcId(String vpcId)
The ID of the VPC to which the endpoint is associated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcEndpoint.Builder> |
VpcEndpoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateVpcEndpointResponse.Builder |
CreateVpcEndpointResponse.Builder.vpcEndpoint(Consumer<VpcEndpoint.Builder> vpcEndpoint)
Information about the endpoint.
|
Copyright © 2020. All rights reserved.