Class DataCatalogReference.Builder
java.lang.Object
software.amazon.awscdk.services.athena.DataCatalogReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataCatalogReference>
- Enclosing interface:
DataCatalogReference
@Stability(Stable)
public static final class DataCatalogReference.Builder
extends Object
implements software.amazon.jsii.Builder<DataCatalogReference>
A builder for
DataCatalogReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dataCatalogName
(String dataCatalogName) Sets the value ofDataCatalogReference.getDataCatalogName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataCatalogName
Sets the value ofDataCatalogReference.getDataCatalogName()
- Parameters:
dataCatalogName
- The Name of the DataCatalog resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<DataCatalogReference>
- Returns:
- a new instance of
DataCatalogReference
- Throws:
NullPointerException
- if any required attribute was not provided
-