Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
OutputNotebookS3LocationForOutput |
OutputNotebookS3LocationForOutput.clone() |
OutputNotebookS3LocationForOutput |
NotebookExecution.getOutputNotebookS3Location()
The Amazon S3 location for the notebook execution output.
|
OutputNotebookS3LocationForOutput |
OutputNotebookS3LocationForOutput.withBucket(String bucket)
The Amazon S3 bucket that stores the notebook execution output.
|
OutputNotebookS3LocationForOutput |
OutputNotebookS3LocationForOutput.withKey(String key)
The key to the Amazon S3 location that stores the notebook execution output.
|
Modifier and Type | Method and Description |
---|---|
void |
NotebookExecution.setOutputNotebookS3Location(OutputNotebookS3LocationForOutput outputNotebookS3Location)
The Amazon S3 location for the notebook execution output.
|
NotebookExecution |
NotebookExecution.withOutputNotebookS3Location(OutputNotebookS3LocationForOutput outputNotebookS3Location)
The Amazon S3 location for the notebook execution output.
|
Copyright © 2023. All rights reserved.