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