@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:49.653Z") @Stability(value=Experimental) public interface JobAttributes extends software.amazon.jsii.JsiiSerializable
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() |
String |
getJobName()
(experimental) The name of the job.
|
default IRole |
getRole()
(experimental) The IAM role assumed by Glue to run this job.
|
@Stability(value=Experimental) @NotNull String getJobName()
@Stability(value=Experimental) @Nullable default IRole getRole()
Default: - undefined
@Stability(value=Experimental) static JobAttributes.Builder builder()
JobAttributes.Builder of JobAttributesCopyright © 2022. All rights reserved.