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