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 to Amazon Redshift Serverless.
|
VpcEndpoint.Builder |
vpcId(String vpcId)
The VPC identifier that the endpoint is associated with.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcEndpoint.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) VpcEndpoint.Builder vpcEndpointId(String vpcEndpointId)
The connection endpoint ID for connecting to Amazon Redshift Serverless.
vpcEndpointId - The connection endpoint ID for connecting to Amazon Redshift Serverless.VpcEndpoint.Builder vpcId(String vpcId)
The VPC identifier that the endpoint is associated with.
vpcId - The VPC identifier that the endpoint is associated with.Copyright © 2023. All rights reserved.