@Stability(value=Experimental) public static final class JobAttributes.Builder extends Object implements software.amazon.jsii.Builder<JobAttributes>
JobAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
JobAttributes |
build()
Builds the configured instance.
|
JobAttributes.Builder |
jobName(String jobName)
Sets the value of
JobAttributes.getJobName() |
JobAttributes.Builder |
role(IRole role)
Sets the value of
JobAttributes.getRole() |
@Stability(value=Experimental) public JobAttributes.Builder jobName(String jobName)
JobAttributes.getJobName()jobName - The name of the job. This parameter is required.this@Stability(value=Experimental) public JobAttributes.Builder role(IRole role)
JobAttributes.getRole()role - The IAM role assumed by Glue to run this job.this@Stability(value=Experimental) public JobAttributes build()
build in interface software.amazon.jsii.Builder<JobAttributes>JobAttributesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.