public static final class CfnJob.StatisticsConfigurationProperty.Builder
extends java.lang.Object
CfnJob.StatisticsConfigurationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnJob.StatisticsConfigurationProperty |
build()
Builds the configured instance.
|
CfnJob.StatisticsConfigurationProperty.Builder |
includedStatistics(java.util.List<java.lang.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(java.util.List<? extends java.lang.Object> overrides)
Sets the value of
CfnJob.StatisticsConfigurationProperty.getOverrides() |
public CfnJob.StatisticsConfigurationProperty.Builder includedStatistics(java.util.List<java.lang.String> includedStatistics)
CfnJob.StatisticsConfigurationProperty.getIncludedStatistics()
includedStatistics
- List of included evaluations.
When the list is undefined, all supported evaluations will be included.this
public CfnJob.StatisticsConfigurationProperty.Builder overrides(IResolvable overrides)
CfnJob.StatisticsConfigurationProperty.getOverrides()
overrides
- List of overrides for evaluations.this
public CfnJob.StatisticsConfigurationProperty.Builder overrides(java.util.List<? extends java.lang.Object> overrides)
CfnJob.StatisticsConfigurationProperty.getOverrides()
overrides
- List of overrides for evaluations.this
public CfnJob.StatisticsConfigurationProperty build()
CfnJob.StatisticsConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided