public static final class CfnJob.StatisticOverrideProperty.Builder
extends java.lang.Object
CfnJob.StatisticOverrideProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnJob.StatisticOverrideProperty |
build()
Builds the configured instance.
|
CfnJob.StatisticOverrideProperty.Builder |
parameters(IResolvable parameters)
Sets the value of
CfnJob.StatisticOverrideProperty.getParameters() |
CfnJob.StatisticOverrideProperty.Builder |
parameters(java.util.Map<java.lang.String,java.lang.String> parameters)
Sets the value of
CfnJob.StatisticOverrideProperty.getParameters() |
CfnJob.StatisticOverrideProperty.Builder |
statistic(java.lang.String statistic)
Sets the value of
CfnJob.StatisticOverrideProperty.getStatistic() |
public CfnJob.StatisticOverrideProperty.Builder parameters(IResolvable parameters)
CfnJob.StatisticOverrideProperty.getParameters()
parameters
- A map that includes overrides of an evaluation’s parameters. This parameter is required.this
public CfnJob.StatisticOverrideProperty.Builder parameters(java.util.Map<java.lang.String,java.lang.String> parameters)
CfnJob.StatisticOverrideProperty.getParameters()
parameters
- A map that includes overrides of an evaluation’s parameters. This parameter is required.this
public CfnJob.StatisticOverrideProperty.Builder statistic(java.lang.String statistic)
CfnJob.StatisticOverrideProperty.getStatistic()
statistic
- The name of an evaluation. This parameter is required.this
public CfnJob.StatisticOverrideProperty build()
CfnJob.StatisticOverrideProperty
java.lang.NullPointerException
- if any required attribute was not provided