Uses of Class
software.amazon.awscdk.services.glue.ConnectionProps.Builder
-
Uses of ConnectionProps.Builder in software.amazon.awscdk.services.glue
Modifier and TypeMethodDescriptionstatic ConnectionProps.Builder
ConnectionProps.builder()
ConnectionProps.Builder.connectionName
(String connectionName) Sets the value ofConnectionOptions.getConnectionName()
ConnectionProps.Builder.description
(String description) Sets the value ofConnectionOptions.getDescription()
ConnectionProps.Builder.matchCriteria
(List<String> matchCriteria) Sets the value ofConnectionOptions.getMatchCriteria()
ConnectionProps.Builder.properties
(Map<String, String> properties) Sets the value ofConnectionOptions.getProperties()
ConnectionProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofConnectionOptions.getSecurityGroups()
Sets the value ofConnectionOptions.getSubnet()
ConnectionProps.Builder.type
(ConnectionType type) Sets the value ofConnectionProps.getType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ConnectionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theConnectionProps.Builder
.