@Stability(value=Stable)
public static interface CfnMonitoringSchedule.JsonProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
JsonProperty jsonProperty = JsonProperty.builder()
.line(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMonitoringSchedule.JsonProperty.Builder
A builder for
CfnMonitoringSchedule.JsonProperty |
static class |
CfnMonitoringSchedule.JsonProperty.Jsii$Proxy
An implementation for
CfnMonitoringSchedule.JsonProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMonitoringSchedule.JsonProperty.Builder |
builder() |
default Object |
getLine()
`CfnMonitoringSchedule.JsonProperty.Line`.
|
@Stability(value=Stable) @Nullable default Object getLine()
@Stability(value=Stable) static CfnMonitoringSchedule.JsonProperty.Builder builder()
Copyright © 2022. All rights reserved.