Uses of Interface
software.amazon.awssdk.services.emr.model.NotebookS3LocationForOutput.Builder
-
Packages that use NotebookS3LocationForOutput.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of NotebookS3LocationForOutput.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return NotebookS3LocationForOutput.Builder Modifier and Type Method Description NotebookS3LocationForOutput.BuilderNotebookS3LocationForOutput.Builder. bucket(String bucket)The Amazon S3 bucket that stores the notebook execution input.static NotebookS3LocationForOutput.BuilderNotebookS3LocationForOutput. builder()NotebookS3LocationForOutput.BuilderNotebookS3LocationForOutput.Builder. key(String key)The key to the Amazon S3 location that stores the notebook execution input.NotebookS3LocationForOutput.BuilderNotebookS3LocationForOutput. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type NotebookS3LocationForOutput.Builder Modifier and Type Method Description static Class<? extends NotebookS3LocationForOutput.Builder>NotebookS3LocationForOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type NotebookS3LocationForOutput.Builder Modifier and Type Method Description default NotebookExecution.BuilderNotebookExecution.Builder. notebookS3Location(Consumer<NotebookS3LocationForOutput.Builder> notebookS3Location)The Amazon S3 location that stores the notebook execution input.default NotebookExecutionSummary.BuilderNotebookExecutionSummary.Builder. notebookS3Location(Consumer<NotebookS3LocationForOutput.Builder> notebookS3Location)The Amazon S3 location that stores the notebook execution input.
-