Uses of Class
com.hashicorp.cdktf.providers.google.dataplex_task.DataplexTaskNotebook.Builder
-
Packages that use DataplexTaskNotebook.Builder Package Description com.hashicorp.cdktf.providers.google.dataplex_task google_dataplex_task -
-
Uses of DataplexTaskNotebook.Builder in com.hashicorp.cdktf.providers.google.dataplex_task
Methods in com.hashicorp.cdktf.providers.google.dataplex_task that return DataplexTaskNotebook.Builder Modifier and Type Method Description DataplexTaskNotebook.BuilderDataplexTaskNotebook.Builder. archiveUris(List<String> archiveUris)Sets the value ofDataplexTaskNotebook.getArchiveUris()static DataplexTaskNotebook.BuilderDataplexTaskNotebook. builder()DataplexTaskNotebook.BuilderDataplexTaskNotebook.Builder. fileUris(List<String> fileUris)Sets the value ofDataplexTaskNotebook.getFileUris()DataplexTaskNotebook.BuilderDataplexTaskNotebook.Builder. infrastructureSpec(DataplexTaskNotebookInfrastructureSpec infrastructureSpec)Sets the value ofDataplexTaskNotebook.getInfrastructureSpec()DataplexTaskNotebook.BuilderDataplexTaskNotebook.Builder. notebook(String notebook)Sets the value ofDataplexTaskNotebook.getNotebook()Constructors in com.hashicorp.cdktf.providers.google.dataplex_task with parameters of type DataplexTaskNotebook.Builder Constructor Description Jsii$Proxy(DataplexTaskNotebook.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexTaskNotebook.Builder.
-