Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
JobNodeDetails |
JobNodeDetails.clone() |
JobNodeDetails |
Node.getJobDetails()
Details of the Job when the node represents a Job.
|
JobNodeDetails |
JobNodeDetails.withJobRuns(Collection<JobRun> jobRuns)
The information for the job runs represented by the job node.
|
JobNodeDetails |
JobNodeDetails.withJobRuns(JobRun... jobRuns)
The information for the job runs represented by the job node.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.setJobDetails(JobNodeDetails jobDetails)
Details of the Job when the node represents a Job.
|
Node |
Node.withJobDetails(JobNodeDetails jobDetails)
Details of the Job when the node represents a Job.
|
Copyright © 2023. All rights reserved.