Interface Sample.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Sample.Builder,Sample>,SdkBuilder<Sample.Builder,Sample>,SdkPojo
- Enclosing class:
- Sample
public static interface Sample.Builder extends SdkPojo, CopyableBuilder<Sample.Builder,Sample>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Sample.Buildersize(Integer size)The number of rows in the sample.Sample.Buildertype(String type)The way in which DataBrew obtains rows from a dataset.Sample.Buildertype(SampleType type)The way in which DataBrew obtains rows from a dataset.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
size
Sample.Builder size(Integer 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
Sample.Builder type(String 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:
SampleType,SampleType
-
type
Sample.Builder type(SampleType 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:
SampleType,SampleType
-
-