public static interface CfnJob.StatisticOverrideProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnJob.StatisticOverrideProperty.Builder
A builder for
CfnJob.StatisticOverrideProperty |
static class |
CfnJob.StatisticOverrideProperty.Jsii$Proxy
An implementation for
CfnJob.StatisticOverrideProperty |
Modifier and Type | Method and Description |
---|---|
static CfnJob.StatisticOverrideProperty.Builder |
builder() |
java.lang.Object |
getParameters()
A map that includes overrides of an evaluation’s parameters.
|
java.lang.String |
getStatistic()
The name of an evaluation.
|
java.lang.Object getParameters()
java.lang.String getStatistic()
static CfnJob.StatisticOverrideProperty.Builder builder()