Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
NotebookS3LocationForOutput |
NotebookS3LocationForOutput.clone() |
NotebookS3LocationForOutput |
NotebookExecutionSummary.getNotebookS3Location()
The Amazon S3 location that stores the notebook execution input.
|
NotebookS3LocationForOutput |
NotebookExecution.getNotebookS3Location()
The Amazon S3 location that stores the notebook execution input.
|
NotebookS3LocationForOutput |
NotebookS3LocationForOutput.withBucket(String bucket)
The Amazon S3 bucket that stores the notebook execution input.
|
NotebookS3LocationForOutput |
NotebookS3LocationForOutput.withKey(String key)
The key to the Amazon S3 location that stores the notebook execution input.
|
Modifier and Type | Method and Description |
---|---|
void |
NotebookExecutionSummary.setNotebookS3Location(NotebookS3LocationForOutput notebookS3Location)
The Amazon S3 location that stores the notebook execution input.
|
void |
NotebookExecution.setNotebookS3Location(NotebookS3LocationForOutput notebookS3Location)
The Amazon S3 location that stores the notebook execution input.
|
NotebookExecutionSummary |
NotebookExecutionSummary.withNotebookS3Location(NotebookS3LocationForOutput notebookS3Location)
The Amazon S3 location that stores the notebook execution input.
|
NotebookExecution |
NotebookExecution.withNotebookS3Location(NotebookS3LocationForOutput notebookS3Location)
The Amazon S3 location that stores the notebook execution input.
|
Copyright © 2023. All rights reserved.