@Stability(value=Stable) public static final class CfnJob.StatisticsConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJob.StatisticsConfigurationProperty>
CfnJob.StatisticsConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnJob.StatisticsConfigurationProperty |
build()
Builds the configured instance.
|
CfnJob.StatisticsConfigurationProperty.Builder |
includedStatistics(List<String> includedStatistics)
Sets the value of
CfnJob.StatisticsConfigurationProperty.getIncludedStatistics() |
CfnJob.StatisticsConfigurationProperty.Builder |
overrides(IResolvable overrides)
Sets the value of
CfnJob.StatisticsConfigurationProperty.getOverrides() |
CfnJob.StatisticsConfigurationProperty.Builder |
overrides(List<? extends Object> overrides)
Sets the value of
CfnJob.StatisticsConfigurationProperty.getOverrides() |
@Stability(value=Stable) public CfnJob.StatisticsConfigurationProperty.Builder includedStatistics(List<String> includedStatistics)
CfnJob.StatisticsConfigurationProperty.getIncludedStatistics()includedStatistics - List of included evaluations.
When the list is undefined, all supported evaluations will be included.this@Stability(value=Stable) public CfnJob.StatisticsConfigurationProperty.Builder overrides(IResolvable overrides)
CfnJob.StatisticsConfigurationProperty.getOverrides()overrides - List of overrides for evaluations.this@Stability(value=Stable) public CfnJob.StatisticsConfigurationProperty.Builder overrides(List<? extends Object> overrides)
CfnJob.StatisticsConfigurationProperty.getOverrides()overrides - List of overrides for evaluations.this@Stability(value=Stable) public CfnJob.StatisticsConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnJob.StatisticsConfigurationProperty>CfnJob.StatisticsConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.