Interface DataCatalogSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DataCatalogSummary.Builder,DataCatalogSummary>
,SdkBuilder<DataCatalogSummary.Builder,DataCatalogSummary>
,SdkPojo
- Enclosing class:
- DataCatalogSummary
public static interface DataCatalogSummary.Builder extends SdkPojo, CopyableBuilder<DataCatalogSummary.Builder,DataCatalogSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCatalogSummary.Builder
catalogName(String catalogName)
The name of the data catalog.DataCatalogSummary.Builder
type(String type)
The data catalog type.DataCatalogSummary.Builder
type(DataCatalogType type)
The data catalog type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
catalogName
DataCatalogSummary.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
DataCatalogSummary.Builder type(String type)
The data catalog type.
- Parameters:
type
- The data catalog type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataCatalogType
,DataCatalogType
-
type
DataCatalogSummary.Builder type(DataCatalogType type)
The data catalog type.
- Parameters:
type
- The data catalog type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataCatalogType
,DataCatalogType
-
-