@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.817Z") @Stability(value=Stable) public interface CfnDatasetProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDatasetProps.Builder
A builder for
CfnDatasetProps |
static class |
CfnDatasetProps.Jsii$Proxy
An implementation for
CfnDatasetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDatasetProps.Builder |
builder() |
default String |
getFormat()
`AWS::DataBrew::Dataset.Format`.
|
default Object |
getFormatOptions()
`AWS::DataBrew::Dataset.FormatOptions`.
|
Object |
getInput()
`AWS::DataBrew::Dataset.Input`.
|
String |
getName()
`AWS::DataBrew::Dataset.Name`.
|
default Object |
getPathOptions()
`AWS::DataBrew::Dataset.PathOptions`.
|
default List<CfnTag> |
getTags()
`AWS::DataBrew::Dataset.Tags`.
|
@Stability(value=Stable) @NotNull Object getInput()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getFormat()
@Stability(value=Stable) @Nullable default Object getFormatOptions()
@Stability(value=Stable) @Nullable default Object getPathOptions()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnDatasetProps.Builder builder()
CfnDatasetProps.Builder of CfnDatasetPropsCopyright © 2021. All rights reserved.