Uses of Class
software.amazon.awscdk.services.glue.CfnSession.Builder
Packages that use CfnSession.Builder
-
Uses of CfnSession.Builder in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return CfnSession.BuilderModifier and TypeMethodDescriptionCfnSession.Builder.command(IResolvable command) The SessionCommand that runs the job.CfnSession.Builder.command(CfnSession.SessionCommandProperty command) The SessionCommand that runs the job.CfnSession.Builder.connections(IResolvable connections) Specifies the connections used by the session.CfnSession.Builder.connections(CfnSession.ConnectionsListProperty connections) Specifies the connections used by the session.static CfnSession.BuilderCfnSession.Builder.defaultArguments(Map<String, String> defaultArguments) A map array of key-value pairs.CfnSession.Builder.defaultArguments(IResolvable defaultArguments) A map array of key-value pairs.CfnSession.Builder.description(String description) The description of the session.CfnSession.Builder.glueVersion(String glueVersion) The Glue version determines the versions of Apache Spark and Python that Glue supports.The ID of the session.CfnSession.Builder.idleTimeout(Number idleTimeout) The number of minutes when idle before session times out.CfnSession.Builder.maxCapacity(Number maxCapacity) The number of Glue data processing units (DPUs) that can be allocated when the job runs.CfnSession.Builder.numberOfWorkers(Number numberOfWorkers) The number of workers of a defined WorkerType to use for the session.CfnSession.Builder.requestOrigin(String requestOrigin) The origin of the request.The IAM Role ARN.CfnSession.Builder.securityConfiguration(String securityConfiguration) The name of the SecurityConfiguration structure to be used with the session.The tags belonging to the session.The number of minutes before session times out.CfnSession.Builder.workerType(String workerType) The type of predefined worker that is allocated when a session runs.