Uses of Class
software.amazon.awscdk.services.glue.alpha.SparkJobProps.Builder
Packages that use SparkJobProps.Builder
-
Uses of SparkJobProps.Builder in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return SparkJobProps.BuilderModifier and TypeMethodDescriptionstatic SparkJobProps.Builder
SparkJobProps.builder()
SparkJobProps.Builder.connections
(List<? extends IConnection> connections) Sets the value ofJobProps.getConnections()
SparkJobProps.Builder.continuousLogging
(ContinuousLoggingProps continuousLogging) Sets the value ofJobProps.getContinuousLogging()
SparkJobProps.Builder.defaultArguments
(Map<String, String> defaultArguments) Sets the value ofJobProps.getDefaultArguments()
SparkJobProps.Builder.description
(String description) Sets the value ofJobProps.getDescription()
SparkJobProps.Builder.enableProfilingMetrics
(Boolean enableProfilingMetrics) Sets the value ofJobProps.getEnableProfilingMetrics()
SparkJobProps.Builder.glueVersion
(GlueVersion glueVersion) Sets the value ofJobProps.getGlueVersion()
Sets the value ofJobProps.getJobName()
SparkJobProps.Builder.maxConcurrentRuns
(Number maxConcurrentRuns) Sets the value ofJobProps.getMaxConcurrentRuns()
SparkJobProps.Builder.maxRetries
(Number maxRetries) Sets the value ofJobProps.getMaxRetries()
SparkJobProps.Builder.numberOfWorkers
(Number numberOfWorkers) Sets the value ofJobProps.getNumberOfWorkers()
Sets the value ofJobProps.getRole()
Sets the value ofJobProps.getScript()
SparkJobProps.Builder.securityConfiguration
(ISecurityConfiguration securityConfiguration) Sets the value ofJobProps.getSecurityConfiguration()
SparkJobProps.Builder.sparkUi
(SparkUIProps sparkUi) Sets the value ofinvalid reference
SparkJobProps#getSparkUi
Sets the value ofJobProps.getTags()
Sets the value ofJobProps.getTimeout()
SparkJobProps.Builder.workerType
(WorkerType workerType) Sets the value ofJobProps.getWorkerType()
Constructors in software.amazon.awscdk.services.glue.alpha with parameters of type SparkJobProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(SparkJobProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSparkJobProps.Builder
.