@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.256Z") @Stability(value=Stable) public interface Dimension 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.cloudwatch.*;
Object value;
Dimension dimension = Dimension.builder()
.name("name")
.value(value)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
Dimension.Builder
A builder for
Dimension |
static class |
Dimension.Jsii$Proxy
An implementation for
Dimension |
| Modifier and Type | Method and Description |
|---|---|
static Dimension.Builder |
builder() |
String |
getName()
Name of the dimension.
|
Object |
getValue()
Value of the dimension.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull Object getValue()
@Stability(value=Stable) static Dimension.Builder builder()
Dimension.Builder of DimensionCopyright © 2022. All rights reserved.