public static interface VpcConfiguration.Builder extends SdkPojo, CopyableBuilder<VpcConfiguration.Builder,VpcConfiguration>
| Modifier and Type | Method and Description |
|---|---|
VpcConfiguration.Builder |
ipAddressType(IPAddressType ipAddressType)
The IP address type for cluster network configuration parameters.
|
VpcConfiguration.Builder |
ipAddressType(String ipAddressType)
The IP address type for cluster network configuration parameters.
|
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 |
securityGroupIds(String... securityGroupIds)
The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.
|
VpcConfiguration.Builder |
subnetIds(Collection<String> subnetIds)
The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.
|
VpcConfiguration.Builder |
subnetIds(String... subnetIds)
The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.
|
VpcConfiguration.Builder |
vpcId(String vpcId)
The identifier of the VPC endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConfiguration.Builder vpcId(String vpcId)
The identifier of the VPC endpoint.
vpcId - The identifier of the VPC endpoint.VpcConfiguration.Builder securityGroupIds(Collection<String> securityGroupIds)
The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.
securityGroupIds - The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.VpcConfiguration.Builder securityGroupIds(String... securityGroupIds)
The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.
securityGroupIds - The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.VpcConfiguration.Builder subnetIds(Collection<String> subnetIds)
The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.
subnetIds - The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.VpcConfiguration.Builder subnetIds(String... subnetIds)
The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.
subnetIds - The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.VpcConfiguration.Builder ipAddressType(String ipAddressType)
The IP address type for cluster network configuration parameters. The following type is available:
IP_V4 – IP address version 4
ipAddressType - The IP address type for cluster network configuration parameters. The following type is available:
IP_V4 – IP address version 4
IPAddressType,
IPAddressTypeVpcConfiguration.Builder ipAddressType(IPAddressType ipAddressType)
The IP address type for cluster network configuration parameters. The following type is available:
IP_V4 – IP address version 4
ipAddressType - The IP address type for cluster network configuration parameters. The following type is available:
IP_V4 – IP address version 4
IPAddressType,
IPAddressTypeCopyright © 2023. All rights reserved.