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