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