@Stability(value=Stable)
public static interface CfnProject.SampleProperty
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.databrew.*;
SampleProperty sampleProperty = SampleProperty.builder()
.type("type")
// the properties below are optional
.size(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProject.SampleProperty.Builder
A builder for
CfnProject.SampleProperty |
static class |
CfnProject.SampleProperty.Jsii$Proxy
An implementation for
CfnProject.SampleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnProject.SampleProperty.Builder |
builder() |
default Number |
getSize()
The number of rows in the sample.
|
String |
getType()
The way in which DataBrew obtains rows from a dataset.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Number getSize()
@Stability(value=Stable) static CfnProject.SampleProperty.Builder builder()
CfnProject.SampleProperty.Builder of CfnProject.SamplePropertyCopyright © 2022. All rights reserved.