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