Class CfnJob.StatisticOverrideProperty.Builder
java.lang.Object
software.amazon.awscdk.services.databrew.CfnJob.StatisticOverrideProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJob.StatisticOverrideProperty>
- Enclosing interface:
- CfnJob.StatisticOverrideProperty
@Stability(Stable)
public static final class CfnJob.StatisticOverrideProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJob.StatisticOverrideProperty>
A builder for
CfnJob.StatisticOverrideProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.parameters
(Map<String, String> parameters) Sets the value ofCfnJob.StatisticOverrideProperty.getParameters()
parameters
(IResolvable parameters) Sets the value ofCfnJob.StatisticOverrideProperty.getParameters()
Sets the value ofCfnJob.StatisticOverrideProperty.getStatistic()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameters
@Stability(Stable) public CfnJob.StatisticOverrideProperty.Builder parameters(IResolvable parameters) Sets the value ofCfnJob.StatisticOverrideProperty.getParameters()
- Parameters:
parameters
- A map that includes overrides of an evaluation’s parameters. This parameter is required.- Returns:
this
-
parameters
@Stability(Stable) public CfnJob.StatisticOverrideProperty.Builder parameters(Map<String, String> parameters) Sets the value ofCfnJob.StatisticOverrideProperty.getParameters()
- Parameters:
parameters
- A map that includes overrides of an evaluation’s parameters. This parameter is required.- Returns:
this
-
statistic
Sets the value ofCfnJob.StatisticOverrideProperty.getStatistic()
- Parameters:
statistic
- The name of an evaluation. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnJob.StatisticOverrideProperty>
- Returns:
- a new instance of
CfnJob.StatisticOverrideProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-