public static interface VpcEndpointConnection.Builder extends SdkPojo, CopyableBuilder<VpcEndpointConnection.Builder,VpcEndpointConnection>
| Modifier and Type | Method and Description |
|---|---|
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(Collection<String> gatewayLoadBalancerArns)
The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.
|
VpcEndpointConnection.Builder |
gatewayLoadBalancerArns(String... gatewayLoadBalancerArns)
The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.
|
VpcEndpointConnection.Builder |
ipAddressType(IpAddressType ipAddressType)
The IP address type for the endpoint.
|
VpcEndpointConnection.Builder |
ipAddressType(String ipAddressType)
The IP address type for the endpoint.
|
VpcEndpointConnection.Builder |
networkLoadBalancerArns(Collection<String> networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of the network load balancers for the service.
|
VpcEndpointConnection.Builder |
networkLoadBalancerArns(String... networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of the network load balancers for the service.
|
VpcEndpointConnection.Builder |
serviceId(String serviceId)
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.
|
VpcEndpointConnection.Builder |
tags(Tag... tags)
The tags.
|
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 |
vpcEndpointState(State vpcEndpointState)
The state of the VPC endpoint.
|
VpcEndpointConnection.Builder |
vpcEndpointState(String vpcEndpointState)
The state of the VPC endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcEndpointConnection.Builder serviceId(String serviceId)
The ID of the service to which the endpoint is connected.
serviceId - The ID of the service to which the endpoint is connected.VpcEndpointConnection.Builder vpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
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.
vpcEndpointOwner - The ID of the Amazon Web Services account that owns the VPC endpoint.VpcEndpointConnection.Builder vpcEndpointState(String vpcEndpointState)
The state of the VPC endpoint.
VpcEndpointConnection.Builder vpcEndpointState(State vpcEndpointState)
The state of the VPC endpoint.
VpcEndpointConnection.Builder creationTimestamp(Instant creationTimestamp)
The date and time that the VPC endpoint was created.
creationTimestamp - The date and time that the VPC endpoint was created.VpcEndpointConnection.Builder dnsEntries(Collection<DnsEntry> dnsEntries)
The DNS entries for the VPC endpoint.
dnsEntries - The DNS entries for the VPC endpoint.VpcEndpointConnection.Builder dnsEntries(DnsEntry... dnsEntries)
The DNS entries for the VPC endpoint.
dnsEntries - The DNS entries for the VPC endpoint.VpcEndpointConnection.Builder dnsEntries(Consumer<DnsEntry.Builder>... dnsEntries)
The DNS entries for the VPC endpoint.
This is a convenience method that creates an instance of theDnsEntry.Builder avoiding the need to create one manually
via DnsEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #dnsEntries(List.
dnsEntries - a consumer that will call methods on
DnsEntry.Builder#dnsEntries(java.util.Collection) VpcEndpointConnection.Builder networkLoadBalancerArns(Collection<String> networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of the network load balancers for the service.
networkLoadBalancerArns - The Amazon Resource Names (ARNs) of the network load balancers for the service.VpcEndpointConnection.Builder networkLoadBalancerArns(String... networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of the network load balancers for the service.
networkLoadBalancerArns - The Amazon Resource Names (ARNs) of the network load balancers for the service.VpcEndpointConnection.Builder gatewayLoadBalancerArns(Collection<String> gatewayLoadBalancerArns)
The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.
gatewayLoadBalancerArns - The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.VpcEndpointConnection.Builder gatewayLoadBalancerArns(String... gatewayLoadBalancerArns)
The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.
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.
ipAddressType - The IP address type for the endpoint.IpAddressType,
IpAddressTypeVpcEndpointConnection.Builder ipAddressType(IpAddressType ipAddressType)
The IP address type for the endpoint.
ipAddressType - The IP address type for the endpoint.IpAddressType,
IpAddressTypeVpcEndpointConnection.Builder vpcEndpointConnectionId(String vpcEndpointConnectionId)
The ID of the VPC endpoint connection.
vpcEndpointConnectionId - The ID of the VPC endpoint connection.VpcEndpointConnection.Builder tags(Collection<Tag> tags)
The tags.
tags - The tags.VpcEndpointConnection.Builder tags(Tag... tags)
The tags.
tags - The tags.VpcEndpointConnection.Builder tags(Consumer<Tag.Builder>... tags)
The tags.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2022. All rights reserved.