public static interface DataCatalogSummary.Builder extends SdkPojo, CopyableBuilder<DataCatalogSummary.Builder,DataCatalogSummary>
| Modifier and Type | Method and Description |
|---|---|
DataCatalogSummary.Builder |
catalogName(String catalogName)
The name of the data catalog.
|
DataCatalogSummary.Builder |
type(DataCatalogType type)
The data catalog type.
|
DataCatalogSummary.Builder |
type(String type)
The data catalog type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataCatalogSummary.Builder catalogName(String catalogName)
The name of the data catalog. The catalog name is unique for the Amazon Web Services account and can use a maximum of 127 alphanumeric, underscore, at sign, or hyphen characters. The remainder of the length constraint of 256 is reserved for use by Athena.
catalogName - The name of the data catalog. The catalog name is unique for the Amazon Web Services account and can
use a maximum of 127 alphanumeric, underscore, at sign, or hyphen characters. The remainder of the
length constraint of 256 is reserved for use by Athena.DataCatalogSummary.Builder type(String type)
The data catalog type.
type - The data catalog type.DataCatalogType,
DataCatalogTypeDataCatalogSummary.Builder type(DataCatalogType type)
The data catalog type.
type - The data catalog type.DataCatalogType,
DataCatalogTypeCopyright © 2023. All rights reserved.