Interface Sample.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Sample.Builder,,Sample> SdkBuilder<Sample.Builder,,Sample> SdkPojo
- Enclosing class:
 Sample
- 
Method Summary
Modifier and TypeMethodDescriptionThe number of rows in the sample.The way in which DataBrew obtains rows from a dataset.type(SampleType type) The way in which DataBrew obtains rows from a dataset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
size
The number of rows in the sample.
- Parameters:
 size- The number of rows in the sample.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
The way in which DataBrew obtains rows from a dataset.
- Parameters:
 type- The way in which DataBrew obtains rows from a dataset.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The way in which DataBrew obtains rows from a dataset.
- Parameters:
 type- The way in which DataBrew obtains rows from a dataset.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -