@Stability(value=Stable)
public static interface CfnDataset.DataCatalogInputDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.databrew.*;
DataCatalogInputDefinitionProperty dataCatalogInputDefinitionProperty = DataCatalogInputDefinitionProperty.builder()
.catalogId("catalogId")
.databaseName("databaseName")
.tableName("tableName")
.tempDirectory(S3LocationProperty.builder()
.bucket("bucket")
// the properties below are optional
.key("key")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataset.DataCatalogInputDefinitionProperty.Builder
A builder for
CfnDataset.DataCatalogInputDefinitionProperty |
static class |
CfnDataset.DataCatalogInputDefinitionProperty.Jsii$Proxy
An implementation for
CfnDataset.DataCatalogInputDefinitionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.DataCatalogInputDefinitionProperty.Builder |
builder() |
default String |
getCatalogId()
`CfnDataset.DataCatalogInputDefinitionProperty.CatalogId`.
|
default String |
getDatabaseName()
`CfnDataset.DataCatalogInputDefinitionProperty.DatabaseName`.
|
default String |
getTableName()
`CfnDataset.DataCatalogInputDefinitionProperty.TableName`.
|
default Object |
getTempDirectory()
`CfnDataset.DataCatalogInputDefinitionProperty.TempDirectory`.
|
@Stability(value=Stable) @Nullable default String getCatalogId()
@Stability(value=Stable) @Nullable default String getDatabaseName()
@Stability(value=Stable) @Nullable default String getTableName()
@Stability(value=Stable) @Nullable default Object getTempDirectory()
@Stability(value=Stable) static CfnDataset.DataCatalogInputDefinitionProperty.Builder builder()
Copyright © 2022. All rights reserved.