Class JobReference.Builder
java.lang.Object
software.amazon.awscdk.services.databrew.JobReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<JobReference>
- Enclosing interface:
JobReference
@Stability(Stable)
public static final class JobReference.Builder
extends Object
implements software.amazon.jsii.Builder<JobReference>
A builder for
JobReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofJobReference.getJobName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
jobName
Sets the value ofJobReference.getJobName()
- Parameters:
jobName
- The Name of the Job resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<JobReference>
- Returns:
- a new instance of
JobReference
- Throws:
NullPointerException
- if any required attribute was not provided
-