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