| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookS3LocationForOutput.Builder |
NotebookS3LocationForOutput.Builder.bucket(String bucket)
The Amazon S3 bucket that stores the notebook execution input.
|
static NotebookS3LocationForOutput.Builder |
NotebookS3LocationForOutput.builder() |
NotebookS3LocationForOutput.Builder |
NotebookS3LocationForOutput.Builder.key(String key)
The key to the Amazon S3 location that stores the notebook execution input.
|
NotebookS3LocationForOutput.Builder |
NotebookS3LocationForOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotebookS3LocationForOutput.Builder> |
NotebookS3LocationForOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NotebookExecutionSummary.Builder |
NotebookExecutionSummary.Builder.notebookS3Location(Consumer<NotebookS3LocationForOutput.Builder> notebookS3Location)
The Amazon S3 location that stores the notebook execution input.
|
default NotebookExecution.Builder |
NotebookExecution.Builder.notebookS3Location(Consumer<NotebookS3LocationForOutput.Builder> notebookS3Location)
The Amazon S3 location that stores the notebook execution input.
|
Copyright © 2023. All rights reserved.