Class CfnNotebookExecutionPropsMixin.NotebookS3LocationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.emr.CfnNotebookExecutionPropsMixin.NotebookS3LocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNotebookExecutionPropsMixin.NotebookS3LocationProperty>
- Enclosing interface:
CfnNotebookExecutionPropsMixin.NotebookS3LocationProperty
@Stability(Stable)
public static final class CfnNotebookExecutionPropsMixin.NotebookS3LocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNotebookExecutionPropsMixin.NotebookS3LocationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnNotebookExecutionPropsMixin.NotebookS3LocationProperty.getBucket()build()Builds the configured instance.Sets the value ofCfnNotebookExecutionPropsMixin.NotebookS3LocationProperty.getKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucket
@Stability(Stable) public CfnNotebookExecutionPropsMixin.NotebookS3LocationProperty.Builder bucket(String bucket) Sets the value ofCfnNotebookExecutionPropsMixin.NotebookS3LocationProperty.getBucket()- Parameters:
bucket- The Amazon S3 bucket that stores the notebook execution input.- Returns:
this
-
key
@Stability(Stable) public CfnNotebookExecutionPropsMixin.NotebookS3LocationProperty.Builder key(String key) Sets the value ofCfnNotebookExecutionPropsMixin.NotebookS3LocationProperty.getKey()- Parameters:
key- The key to the Amazon S3 location that stores the notebook execution input.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNotebookExecutionPropsMixin.NotebookS3LocationProperty>- Returns:
- a new instance of
CfnNotebookExecutionPropsMixin.NotebookS3LocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-