@Stability(value=Stable)
public static interface CfnDatastore.ColumnProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// 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.*;
ColumnProperty columnProperty = ColumnProperty.builder()
.name("name")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDatastore.ColumnProperty.Builder
A builder for
CfnDatastore.ColumnProperty |
static class |
CfnDatastore.ColumnProperty.Jsii$Proxy
An implementation for
CfnDatastore.ColumnProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDatastore.ColumnProperty.Builder |
builder() |
String |
getName()
The name of the column.
|
String |
getType()
The type of data.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getType()
For more information about the supported data types, see Common data types in the AWS Glue Developer Guide .
@Stability(value=Stable) static CfnDatastore.ColumnProperty.Builder builder()
Copyright © 2022. All rights reserved.