public static interface Dimension.Builder extends SdkPojo, CopyableBuilder<Dimension.Builder,Dimension>
| Modifier and Type | Method and Description |
|---|---|
Dimension.Builder |
name(String name)
The name of the dimension.
|
Dimension.Builder |
value(String value)
The value of the dimension.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDimension.Builder name(String name)
The name of the dimension. Dimension names cannot contain blank spaces or non-ASCII characters.
name - The name of the dimension. Dimension names cannot contain blank spaces or non-ASCII characters.Dimension.Builder value(String value)
The value of the dimension.
value - The value of the dimension.Copyright © 2020. All rights reserved.