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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #networkInterfaces(List) .networkInterfaces - a consumer that will call methods on List.Builder #networkInterfaces(List) Copyright © 2021. All rights reserved.