Class DataplexTaskNotebook.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • notebook

        @Stability(Stable)
        public DataplexTaskNotebook.Builder notebook​(String notebook)
        Parameters:
        notebook - Path to input notebook. This parameter is required. This can be the Cloud Storage URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#notebook DataplexTask#notebook}
        Returns:
        this
      • archiveUris

        @Stability(Stable)
        public DataplexTaskNotebook.Builder archiveUris​(List<String> archiveUris)
        Parameters:
        archiveUris - Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#archive_uris DataplexTask#archive_uris}
        Returns:
        this
      • fileUris

        @Stability(Stable)
        public DataplexTaskNotebook.Builder fileUris​(List<String> fileUris)
        Parameters:
        fileUris - Cloud Storage URIs of files to be placed in the working directory of each executor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#file_uris DataplexTask#file_uris}
        Returns:
        this