public static interface Sample.Builder extends SdkPojo, CopyableBuilder<Sample.Builder,Sample>
| Modifier and Type | Method and Description |
|---|---|
Sample.Builder |
size(Integer size)
The number of rows in the sample.
|
Sample.Builder |
type(SampleType type)
The way in which DataBrew obtains rows from a dataset.
|
Sample.Builder |
type(String type)
The way in which DataBrew obtains rows from a dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSample.Builder size(Integer size)
The number of rows in the sample.
size - The number of rows in the sample.Sample.Builder type(String type)
The way in which DataBrew obtains rows from a dataset.
type - The way in which DataBrew obtains rows from a dataset.SampleType,
SampleTypeSample.Builder type(SampleType type)
The way in which DataBrew obtains rows from a dataset.
type - The way in which DataBrew obtains rows from a dataset.SampleType,
SampleTypeCopyright © 2023. All rights reserved.