Interface CfnProjectPropsMixin.SampleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnProjectPropsMixin.SampleProperty.Jsii$Proxy
- Enclosing class:
CfnProjectPropsMixin
@Stability(Stable)
public static interface CfnProjectPropsMixin.SampleProperty
extends software.amazon.jsii.JsiiSerializable
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.databrew.*;
SampleProperty sampleProperty = SampleProperty.builder()
.size(123)
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnProjectPropsMixin.SamplePropertystatic final classAn implementation forCfnProjectPropsMixin.SampleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSize
The number of rows in the sample.- See Also:
-
getType
The way in which DataBrew obtains rows from a dataset.- See Also:
-
builder
-