public static interface VpcEndpoint.Builder extends SdkPojo, CopyableBuilder<VpcEndpoint.Builder,VpcEndpoint>
| Modifier and Type | Method and Description |
|---|---|
VpcEndpoint.Builder |
networkInterfaces(Collection<NetworkInterface> networkInterfaces)
One or more network interfaces of the endpoint.
|
VpcEndpoint.Builder |
networkInterfaces(Consumer<NetworkInterface.Builder>... networkInterfaces)
One or more network interfaces of the endpoint.
|
VpcEndpoint.Builder |
networkInterfaces(NetworkInterface... networkInterfaces)
One or more network interfaces of the endpoint.
|
VpcEndpoint.Builder |
vpcEndpointId(String vpcEndpointId)
The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
|
VpcEndpoint.Builder |
vpcId(String vpcId)
The VPC identifier that the endpoint is associated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcEndpoint.Builder vpcEndpointId(String vpcEndpointId)
The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
vpcEndpointId - The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.VpcEndpoint.Builder vpcId(String vpcId)
The VPC identifier that the endpoint is associated.
vpcId - The VPC identifier that the endpoint is associated.VpcEndpoint.Builder networkInterfaces(Collection<NetworkInterface> networkInterfaces)
One or more network interfaces of the endpoint. Also known as an interface endpoint.
networkInterfaces - One or more network interfaces of the endpoint. Also known as an interface endpoint.VpcEndpoint.Builder networkInterfaces(NetworkInterface... networkInterfaces)
One or more network interfaces of the endpoint. Also known as an interface endpoint.
networkInterfaces - One or more network interfaces of the endpoint. Also known as an interface endpoint.VpcEndpoint.Builder networkInterfaces(Consumer<NetworkInterface.Builder>... networkInterfaces)
One or more network interfaces of the endpoint. Also known as an interface endpoint.
This is a convenience method that creates an instance of theNetworkInterface.Builder avoiding the need to create
one manually via NetworkInterface.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #networkInterfaces(List.
networkInterfaces - a consumer that will call methods on
NetworkInterface.Builder#networkInterfaces(java.util.Collection) Copyright © 2023. All rights reserved.