@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:51.272Z") @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 © 2023. All rights reserved.