| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcEndpoint.Builder |
VpcEndpoint.builder() |
VpcEndpoint.Builder |
VpcEndpoint.Builder.networkInterfaces(Collection<NetworkInterface> networkInterfaces)
One or more network interfaces of the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.networkInterfaces(Consumer<NetworkInterface.Builder>... networkInterfaces)
One or more network interfaces of the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.networkInterfaces(NetworkInterface... networkInterfaces)
One or more network interfaces of the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.toBuilder() |
VpcEndpoint.Builder |
VpcEndpoint.Builder.vpcEndpointId(String vpcEndpointId)
The connection endpoint ID for connecting to Amazon Redshift Serverless.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.vpcId(String vpcId)
The VPC identifier that the endpoint is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcEndpoint.Builder> |
VpcEndpoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EndpointAccess.Builder |
EndpointAccess.Builder.vpcEndpoint(Consumer<VpcEndpoint.Builder> vpcEndpoint)
The connection endpoint for connecting to Amazon Redshift Serverless.
|
Copyright © 2022. All rights reserved.