Uses of Class
software.amazon.awscdk.services.glue.alpha.Connection.Builder
Packages that use Connection.Builder
-
Uses of Connection.Builder in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return Connection.BuilderModifier and TypeMethodDescriptionConnection.Builder.connectionName(String connectionName) Deprecated.static Connection.BuilderDeprecated.Connection.Builder.description(String description) Deprecated.Connection.Builder.matchCriteria(List<String> matchCriteria) Deprecated.Connection.Builder.network(ConnectionNetwork network) Deprecated.Connection.Builder.properties(Map<String, String> properties) Deprecated.Connection.Builder.secret(ISecretRef secret) Deprecated.Connection.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Deprecated.Connection.Builder.type(ConnectionType type) Deprecated.