@Stability(value=Stable)
public static interface CfnJob.StatisticOverrideProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
Object parameters;
StatisticOverrideProperty statisticOverrideProperty = StatisticOverrideProperty.builder()
.parameters(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() |
Object |
getParameters()
A map that includes overrides of an evaluation’s parameters.
|
String |
getStatistic()
The name of an evaluation.
|
@Stability(value=Stable) @NotNull Object getParameters()
@Stability(value=Stable) @NotNull String getStatistic()
@Stability(value=Stable) static CfnJob.StatisticOverrideProperty.Builder builder()
Copyright © 2022. All rights reserved.