ToCopyableBuilder<Dimension.Builder,Dimension>
@Generated("software.amazon.awssdk:codegen") public class Dimension extends Object implements ToCopyableBuilder<Dimension.Builder,Dimension>
Expands the identity of a metric.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Dimension.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Dimension.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the dimension.
|
static Class<? extends Dimension.Builder> |
serializableBuilderClass() |
|
Dimension.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
value() |
The value representing the dimension measurement.
|
public String name()
The name of the dimension.
public String value()
The value representing the dimension measurement.
public Dimension.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Dimension.Builder,Dimension>
public static Dimension.Builder builder()
public static Class<? extends Dimension.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.