Uses of Interface
software.amazon.awssdk.services.athena.model.CreateNotebookResponse.Builder
-
Packages that use CreateNotebookResponse.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of CreateNotebookResponse.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return CreateNotebookResponse.Builder Modifier and Type Method Description static CreateNotebookResponse.BuilderCreateNotebookResponse. builder()CreateNotebookResponse.BuilderCreateNotebookResponse.Builder. notebookId(String notebookId)A unique identifier for the notebook.CreateNotebookResponse.BuilderCreateNotebookResponse. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type CreateNotebookResponse.Builder Modifier and Type Method Description static Class<? extends CreateNotebookResponse.Builder>CreateNotebookResponse. serializableBuilderClass()
-