Interface CfnJob.StatisticOverrideProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnJob.StatisticOverrideProperty.Jsii$Proxy
- Enclosing class:
CfnJob
@Stability(Stable)
public static interface CfnJob.StatisticOverrideProperty
extends software.amazon.jsii.JsiiSerializable
Override of a particular evaluation for a profile job.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.databrew.*; StatisticOverrideProperty statisticOverrideProperty = StatisticOverrideProperty.builder() .parameters(Map.of( "parametersKey", "parameters")) .statistic("statistic") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnJob.StatisticOverrideProperty
static final class
An implementation forCfnJob.StatisticOverrideProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
A map that includes overrides of an evaluation’s parameters.The name of an evaluation.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getParameters
A map that includes overrides of an evaluation’s parameters. -
getStatistic
The name of an evaluation. -
builder
-