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