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