Uses of Interface
software.amazon.awssdk.services.athena.model.ImportNotebookResponse.Builder
-
Packages that use ImportNotebookResponse.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ImportNotebookResponse.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ImportNotebookResponse.Builder Modifier and Type Method Description static ImportNotebookResponse.BuilderImportNotebookResponse. builder()ImportNotebookResponse.BuilderImportNotebookResponse.Builder. notebookId(String notebookId)The ID assigned to the imported notebook.ImportNotebookResponse.BuilderImportNotebookResponse. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ImportNotebookResponse.Builder Modifier and Type Method Description static Class<? extends ImportNotebookResponse.Builder>ImportNotebookResponse. serializableBuilderClass()
-