Class NotebooksRuntimeAccessConfig.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • accessType

        @Stability(Stable)
        public NotebooksRuntimeAccessConfig.Builder accessType​(String accessType)
        Parameters:
        accessType - The type of access mode this instance. For valid values, see 'https://cloud.google.com/vertex-ai/docs/workbench/reference/ rest/v1/projects.locations.runtimes#RuntimeAccessType'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#access_type NotebooksRuntime#access_type}
        Returns:
        this
      • runtimeOwner

        @Stability(Stable)
        public NotebooksRuntimeAccessConfig.Builder runtimeOwner​(String runtimeOwner)
        Parameters:
        runtimeOwner - The owner of this runtime after creation. Format: 'alias@example.com'. Currently supports one owner only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/notebooks_runtime#runtime_owner NotebooksRuntime#runtime_owner}
        Returns:
        this