Uses of Interface
software.amazon.awssdk.services.finspace.model.VpcConfiguration.Builder
-
Packages that use VpcConfiguration.Builder Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of VpcConfiguration.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return VpcConfiguration.Builder Modifier and Type Method Description static VpcConfiguration.BuilderVpcConfiguration. builder()VpcConfiguration.BuilderVpcConfiguration.Builder. ipAddressType(String ipAddressType)The IP address type for cluster network configuration parameters.VpcConfiguration.BuilderVpcConfiguration.Builder. ipAddressType(IPAddressType ipAddressType)The IP address type for cluster network configuration parameters.VpcConfiguration.BuilderVpcConfiguration.Builder. securityGroupIds(String... securityGroupIds)The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.VpcConfiguration.BuilderVpcConfiguration.Builder. securityGroupIds(Collection<String> securityGroupIds)The unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.VpcConfiguration.BuilderVpcConfiguration.Builder. subnetIds(String... subnetIds)The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.VpcConfiguration.BuilderVpcConfiguration.Builder. subnetIds(Collection<String> subnetIds)The identifier of the subnet that the Privatelink VPC endpoint uses to connect to the cluster.VpcConfiguration.BuilderVpcConfiguration. toBuilder()VpcConfiguration.BuilderVpcConfiguration.Builder. vpcId(String vpcId)The identifier of the VPC endpoint.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type VpcConfiguration.Builder Modifier and Type Method Description static Class<? extends VpcConfiguration.Builder>VpcConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type VpcConfiguration.Builder Modifier and Type Method Description default CreateKxClusterRequest.BuilderCreateKxClusterRequest.Builder. vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)Configuration details about the network where the Privatelink endpoint of the cluster resides.default CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)Configuration details about the network where the Privatelink endpoint of the cluster resides.default GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)Configuration details about the network where the Privatelink endpoint of the cluster resides.
-