Uses of Class
software.amazon.awscdk.services.glue.alpha.JobProps.Builder
-
Uses of JobProps.Builder in software.amazon.awscdk.services.glue.alpha
Modifier and TypeMethodDescriptionstatic JobProps.Builder
JobProps.builder()
JobProps.Builder.connections
(List<? extends IConnection> connections) Sets the value ofJobProps.getConnections()
JobProps.Builder.continuousLogging
(ContinuousLoggingProps continuousLogging) Sets the value ofJobProps.getContinuousLogging()
JobProps.Builder.defaultArguments
(Map<String, String> defaultArguments) Sets the value ofJobProps.getDefaultArguments()
JobProps.Builder.description
(String description) Sets the value ofJobProps.getDescription()
JobProps.Builder.enableProfilingMetrics
(Boolean enableProfilingMetrics) Sets the value ofJobProps.getEnableProfilingMetrics()
JobProps.Builder.executable
(JobExecutable executable) Sets the value ofJobProps.getExecutable()
JobProps.Builder.executionClass
(ExecutionClass executionClass) Sets the value ofJobProps.getExecutionClass()
Sets the value ofJobProps.getJobName()
JobProps.Builder.jobRunQueuingEnabled
(Boolean jobRunQueuingEnabled) Sets the value ofJobProps.getJobRunQueuingEnabled()
JobProps.Builder.maxCapacity
(Number maxCapacity) Sets the value ofJobProps.getMaxCapacity()
JobProps.Builder.maxConcurrentRuns
(Number maxConcurrentRuns) Sets the value ofJobProps.getMaxConcurrentRuns()
JobProps.Builder.maxRetries
(Number maxRetries) Sets the value ofJobProps.getMaxRetries()
JobProps.Builder.notifyDelayAfter
(Duration notifyDelayAfter) Sets the value ofJobProps.getNotifyDelayAfter()
Sets the value ofJobProps.getRole()
JobProps.Builder.securityConfiguration
(ISecurityConfiguration securityConfiguration) Sets the value ofJobProps.getSecurityConfiguration()
JobProps.Builder.sparkUi
(SparkUIProps sparkUi) Sets the value ofinvalid @link
JobProps#getSparkUi
Sets the value ofJobProps.getTags()
Sets the value ofJobProps.getTimeout()
JobProps.Builder.workerCount
(Number workerCount) Sets the value ofJobProps.getWorkerCount()
JobProps.Builder.workerType
(WorkerType workerType) Sets the value ofJobProps.getWorkerType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(JobProps.Builder builder) Constructor that initializes the object based on literal property values passed by theJobProps.Builder
.