public static interface CfnEndpoint.AlarmProperty
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.sagemaker.*; AlarmProperty alarmProperty = AlarmProperty.builder() .alarmName("alarmName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnEndpoint.AlarmProperty.Builder
A builder for
CfnEndpoint.AlarmProperty |
static class |
CfnEndpoint.AlarmProperty.Jsii$Proxy
An implementation for
CfnEndpoint.AlarmProperty |
Modifier and Type | Method and Description |
---|---|
static CfnEndpoint.AlarmProperty.Builder |
builder() |
java.lang.String |
getAlarmName()
The name of a CloudWatch alarm in your account.
|
java.lang.String getAlarmName()
static CfnEndpoint.AlarmProperty.Builder builder()
CfnEndpoint.AlarmProperty.Builder
of CfnEndpoint.AlarmProperty