public static interface NotebookS3LocationFromInput.Builder extends SdkPojo, CopyableBuilder<NotebookS3LocationFromInput.Builder,NotebookS3LocationFromInput>
| Modifier and Type | Method and Description |
|---|---|
NotebookS3LocationFromInput.Builder |
bucket(String bucket)
The Amazon S3 bucket that stores the notebook execution input.
|
NotebookS3LocationFromInput.Builder |
key(String key)
The key to the Amazon S3 location that stores the notebook execution input.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotebookS3LocationFromInput.Builder bucket(String bucket)
The Amazon S3 bucket that stores the notebook execution input.
bucket - The Amazon S3 bucket that stores the notebook execution input.NotebookS3LocationFromInput.Builder key(String key)
The key to the Amazon S3 location that stores the notebook execution input.
key - The key to the Amazon S3 location that stores the notebook execution input.Copyright © 2023. All rights reserved.