Class JobAttributes.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.JobAttributes.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<JobAttributes>
- Enclosing interface:
JobAttributes
@Stability(Deprecated)
@Deprecated
public static final class JobAttributes.Builder
extends Object
implements software.amazon.jsii.Builder<JobAttributes>
Deprecated.
A builder for
JobAttributes-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
jobName
Deprecated.Sets the value ofJobAttributes.getJobName()- Parameters:
jobName- The name of the job. This parameter is required.- Returns:
this
-
role
Deprecated.Sets the value ofJobAttributes.getRole()- Parameters:
role- The IAM role assumed by Glue to run this job.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<JobAttributes>- Returns:
- a new instance of
JobAttributes - Throws:
NullPointerException- if any required attribute was not provided
-