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