Uses of Class
software.amazon.awscdk.services.glue.CfnSessionProps.Builder
Packages that use CfnSessionProps.Builder
-
Uses of CfnSessionProps.Builder in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return CfnSessionProps.BuilderModifier and TypeMethodDescriptionstatic CfnSessionProps.BuilderCfnSessionProps.builder()CfnSessionProps.Builder.command(IResolvable command) Sets the value ofCfnSessionProps.getCommand()CfnSessionProps.Builder.command(CfnSession.SessionCommandProperty command) Sets the value ofCfnSessionProps.getCommand()CfnSessionProps.Builder.connections(IResolvable connections) Sets the value ofCfnSessionProps.getConnections()CfnSessionProps.Builder.connections(CfnSession.ConnectionsListProperty connections) Sets the value ofCfnSessionProps.getConnections()CfnSessionProps.Builder.defaultArguments(Map<String, String> defaultArguments) Sets the value ofCfnSessionProps.getDefaultArguments()CfnSessionProps.Builder.defaultArguments(IResolvable defaultArguments) Sets the value ofCfnSessionProps.getDefaultArguments()CfnSessionProps.Builder.description(String description) Sets the value ofCfnSessionProps.getDescription()CfnSessionProps.Builder.glueVersion(String glueVersion) Sets the value ofCfnSessionProps.getGlueVersion()Sets the value ofCfnSessionProps.getId()CfnSessionProps.Builder.idleTimeout(Number idleTimeout) Sets the value ofCfnSessionProps.getIdleTimeout()CfnSessionProps.Builder.maxCapacity(Number maxCapacity) Sets the value ofCfnSessionProps.getMaxCapacity()CfnSessionProps.Builder.numberOfWorkers(Number numberOfWorkers) Sets the value ofCfnSessionProps.getNumberOfWorkers()CfnSessionProps.Builder.requestOrigin(String requestOrigin) Sets the value ofCfnSessionProps.getRequestOrigin()Sets the value ofCfnSessionProps.getRole()CfnSessionProps.Builder.securityConfiguration(String securityConfiguration) Sets the value ofCfnSessionProps.getSecurityConfiguration()Sets the value ofCfnSessionProps.getTags()Sets the value ofCfnSessionProps.getTimeout()CfnSessionProps.Builder.workerType(String workerType) Sets the value ofCfnSessionProps.getWorkerType()Constructors in software.amazon.awscdk.services.glue with parameters of type CfnSessionProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnSessionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSessionProps.Builder.