Class ProcessingJobReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.sagemaker.ProcessingJobReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ProcessingJobReference>
- Enclosing interface:
ProcessingJobReference
@Stability(Stable)
public static final class ProcessingJobReference.Builder
extends Object
implements software.amazon.jsii.Builder<ProcessingJobReference>
A builder for
ProcessingJobReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.processingJobArn(String processingJobArn) Sets the value ofProcessingJobReference.getProcessingJobArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
processingJobArn
Sets the value ofProcessingJobReference.getProcessingJobArn()- Parameters:
processingJobArn- The ProcessingJobArn of the ProcessingJob resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ProcessingJobReference>- Returns:
- a new instance of
ProcessingJobReference - Throws:
NullPointerException- if any required attribute was not provided
-