@Stability(value=Stable) public static final class CfnJob.JobSampleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJob.JobSampleProperty>
CfnJob.JobSampleProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnJob.JobSampleProperty |
build()
Builds the configured instance.
|
CfnJob.JobSampleProperty.Builder |
mode(String mode)
Sets the value of
CfnJob.JobSampleProperty.getMode() |
CfnJob.JobSampleProperty.Builder |
size(Number size)
Sets the value of
CfnJob.JobSampleProperty.getSize() |
@Stability(value=Stable) public CfnJob.JobSampleProperty.Builder mode(String mode)
CfnJob.JobSampleProperty.getMode()mode - A value that determines whether the profile job is run on the entire dataset or a specified number of rows.
This value must be one of the following:
Size parameter.this@Stability(value=Stable) public CfnJob.JobSampleProperty.Builder size(Number size)
CfnJob.JobSampleProperty.getSize()size - The `Size` parameter is only required when the mode is CUSTOM_ROWS.
The profile job is run on the specified number of rows. The maximum value for size is Long.MAX_VALUE.
Long.MAX_VALUE = 9223372036854775807
this@Stability(value=Stable) public CfnJob.JobSampleProperty build()
build in interface software.amazon.jsii.Builder<CfnJob.JobSampleProperty>CfnJob.JobSamplePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.