Uses of Class
software.amazon.awscdk.services.glue.CfnJobProps.Builder
Packages that use CfnJobProps.Builder
-
Uses of CfnJobProps.Builder in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return CfnJobProps.BuilderModifier and TypeMethodDescriptionCfnJobProps.Builder.allocatedCapacity
(Number allocatedCapacity) Sets the value ofCfnJobProps.getAllocatedCapacity()
static CfnJobProps.Builder
CfnJobProps.builder()
CfnJobProps.Builder.command
(IResolvable command) Sets the value ofCfnJobProps.getCommand()
CfnJobProps.Builder.command
(CfnJob.JobCommandProperty command) Sets the value ofCfnJobProps.getCommand()
CfnJobProps.Builder.connections
(IResolvable connections) Sets the value ofCfnJobProps.getConnections()
CfnJobProps.Builder.connections
(CfnJob.ConnectionsListProperty connections) Sets the value ofCfnJobProps.getConnections()
CfnJobProps.Builder.defaultArguments
(Object defaultArguments) Sets the value ofCfnJobProps.getDefaultArguments()
CfnJobProps.Builder.description
(String description) Sets the value ofCfnJobProps.getDescription()
CfnJobProps.Builder.executionClass
(String executionClass) Sets the value ofCfnJobProps.getExecutionClass()
CfnJobProps.Builder.executionProperty
(IResolvable executionProperty) Sets the value ofCfnJobProps.getExecutionProperty()
CfnJobProps.Builder.executionProperty
(CfnJob.ExecutionPropertyProperty executionProperty) Sets the value ofCfnJobProps.getExecutionProperty()
CfnJobProps.Builder.glueVersion
(String glueVersion) Sets the value ofCfnJobProps.getGlueVersion()
Sets the value ofCfnJobProps.getJobMode()
CfnJobProps.Builder.jobRunQueuingEnabled
(Boolean jobRunQueuingEnabled) Sets the value ofCfnJobProps.getJobRunQueuingEnabled()
CfnJobProps.Builder.jobRunQueuingEnabled
(IResolvable jobRunQueuingEnabled) Sets the value ofCfnJobProps.getJobRunQueuingEnabled()
Sets the value ofCfnJobProps.getLogUri()
CfnJobProps.Builder.maintenanceWindow
(String maintenanceWindow) Sets the value ofCfnJobProps.getMaintenanceWindow()
CfnJobProps.Builder.maxCapacity
(Number maxCapacity) Sets the value ofCfnJobProps.getMaxCapacity()
CfnJobProps.Builder.maxRetries
(Number maxRetries) Sets the value ofCfnJobProps.getMaxRetries()
Sets the value ofCfnJobProps.getName()
CfnJobProps.Builder.nonOverridableArguments
(Object nonOverridableArguments) Sets the value ofCfnJobProps.getNonOverridableArguments()
CfnJobProps.Builder.notificationProperty
(IResolvable notificationProperty) Sets the value ofCfnJobProps.getNotificationProperty()
CfnJobProps.Builder.notificationProperty
(CfnJob.NotificationPropertyProperty notificationProperty) Sets the value ofCfnJobProps.getNotificationProperty()
CfnJobProps.Builder.numberOfWorkers
(Number numberOfWorkers) Sets the value ofCfnJobProps.getNumberOfWorkers()
Sets the value ofCfnJobProps.getRole()
CfnJobProps.Builder.securityConfiguration
(String securityConfiguration) Sets the value ofCfnJobProps.getSecurityConfiguration()
Sets the value ofCfnJobProps.getTags()
Sets the value ofCfnJobProps.getTimeout()
CfnJobProps.Builder.workerType
(String workerType) Sets the value ofCfnJobProps.getWorkerType()
Constructors in software.amazon.awscdk.services.glue with parameters of type CfnJobProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnJobProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnJobProps.Builder
.