@Stability(value=Stable)
public static interface CfnDataset.GlueConfigurationProperty
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.iotanalytics.*;
GlueConfigurationProperty glueConfigurationProperty = GlueConfigurationProperty.builder()
.databaseName("databaseName")
.tableName("tableName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataset.GlueConfigurationProperty.Builder
A builder for
CfnDataset.GlueConfigurationProperty |
static class |
CfnDataset.GlueConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataset.GlueConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.GlueConfigurationProperty.Builder |
builder() |
String |
getDatabaseName()
`CfnDataset.GlueConfigurationProperty.DatabaseName`.
|
String |
getTableName()
`CfnDataset.GlueConfigurationProperty.TableName`.
|
@Stability(value=Stable) @NotNull String getDatabaseName()
@Stability(value=Stable) @NotNull String getTableName()
@Stability(value=Stable) static CfnDataset.GlueConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.