Uses of Class
software.amazon.awscdk.services.glue.alpha.Connection.Builder
-
Uses of Connection.Builder in software.amazon.awscdk.services.glue.alpha
Modifier and TypeMethodDescriptionConnection.Builder.connectionName
(String connectionName) (experimental) The name of the connection.static Connection.Builder
Connection.Builder.description
(String description) (experimental) The description of the connection.Connection.Builder.matchCriteria
(List<String> matchCriteria) (experimental) A list of criteria that can be used in selecting this connection.Connection.Builder.properties
(Map<String, String> properties) (experimental) Key-Value pairs that define parameters for the connection.Connection.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) (experimental) The list of security groups needed to successfully make this connection e.g.(experimental) The VPC subnet to connect to resources within a VPC.Connection.Builder.type
(ConnectionType type) (experimental) The type of the connection.