@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:35.175Z")
public interface JobAttributes
Job
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.glue.*; import software.amazon.awscdk.services.iam.*; Role role; JobAttributes jobAttributes = JobAttributes.builder() .jobName("jobName") // the properties below are optional .role(role) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
JobAttributes.Builder
A builder for
JobAttributes |
static class |
JobAttributes.Jsii$Proxy
An implementation for
JobAttributes |
Modifier and Type | Method and Description |
---|---|
static JobAttributes.Builder |
builder() |
java.lang.String |
getJobName()
(experimental) The name of the job.
|
default IRole |
getRole()
(experimental) The IAM role assumed by Glue to run this job.
|
java.lang.String getJobName()
default IRole getRole()
Default: - undefined
static JobAttributes.Builder builder()
JobAttributes.Builder
of JobAttributes