public static class IndicatorCountDimensions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IndicatorCountDimensions |
build() |
IndicatorCountDimensions.Builder |
compartmentId(String compartmentId)
The compartment OCID that contains the indicator type.
|
IndicatorCountDimensions.Builder |
copy(IndicatorCountDimensions model) |
IndicatorCountDimensions.Builder |
type(IndicatorType type)
The indicator type that was counted.
|
public IndicatorCountDimensions.Builder compartmentId(String compartmentId)
The compartment OCID that contains the indicator type.
compartmentId
- the value to setpublic IndicatorCountDimensions.Builder type(IndicatorType type)
The indicator type that was counted.
type
- the value to setpublic IndicatorCountDimensions build()
public IndicatorCountDimensions.Builder copy(IndicatorCountDimensions model)
Copyright © 2016–2024. All rights reserved.