public static interface DatabaseResource.Builder extends SdkPojo, CopyableBuilder<DatabaseResource.Builder,DatabaseResource>
| Modifier and Type | Method and Description |
|---|---|
DatabaseResource.Builder |
catalogId(String catalogId)
The identifier for the Data Catalog.
|
DatabaseResource.Builder |
name(String name)
The name of the database resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatabaseResource.Builder catalogId(String catalogId)
The identifier for the Data Catalog. By default, it is the account ID of the caller.
catalogId - The identifier for the Data Catalog. By default, it is the account ID of the caller.DatabaseResource.Builder name(String name)
The name of the database resource. Unique to the Data Catalog.
name - The name of the database resource. Unique to the Data Catalog.Copyright © 2023. All rights reserved.