| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcConfiguration.Builder |
VpcConfiguration.builder() |
VpcConfiguration.Builder |
VpcConfiguration.Builder.ipAddressType(IPAddressType ipAddressType)
The IP address type for cluster network configuration parameters.
|
VpcConfiguration.Builder |
VpcConfiguration.Builder.ipAddressType(String ipAddressType)
The IP address type for cluster network configuration parameters.
|
VpcConfiguration.Builder |
VpcConfiguration.Builder.securityGroupIds(Collection<String> securityGroupIds)
The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.
|
VpcConfiguration.Builder |
VpcConfiguration.Builder.securityGroupIds(String... securityGroupIds)
The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.
|
VpcConfiguration.Builder |
VpcConfiguration.Builder.subnetIds(Collection<String> subnetIds)
The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.
|
VpcConfiguration.Builder |
VpcConfiguration.Builder.subnetIds(String... subnetIds)
The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.
|
VpcConfiguration.Builder |
VpcConfiguration.toBuilder() |
VpcConfiguration.Builder |
VpcConfiguration.Builder.vpcId(String vpcId)
The identifier of the VPC endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcConfiguration.Builder> |
VpcConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetKxClusterResponse.Builder |
GetKxClusterResponse.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
default CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
default CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
Copyright © 2023. All rights reserved.