Uses of Class
software.amazon.awscdk.services.redshift.CfnEndpointAccess.Builder
Packages that use CfnEndpointAccess.Builder
-
Uses of CfnEndpointAccess.Builder in software.amazon.awscdk.services.redshift
Methods in software.amazon.awscdk.services.redshift that return CfnEndpointAccess.BuilderModifier and TypeMethodDescriptionCfnEndpointAccess.Builder.clusterIdentifier(String clusterIdentifier) The cluster identifier of the cluster associated with the endpoint.static CfnEndpointAccess.BuilderCfnEndpointAccess.Builder.endpointName(String endpointName) The name of the endpoint.CfnEndpointAccess.Builder.resourceOwner(String resourceOwner) The AWS account ID of the owner of the cluster.CfnEndpointAccess.Builder.subnetGroupName(String subnetGroupName) The subnet group name where Amazon Redshift chooses to deploy the endpoint.CfnEndpointAccess.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds) The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.