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