public static class FilterTextOrId.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FilterTextOrId |
build() |
FilterTextOrId.Builder |
copy(FilterTextOrId model) |
FilterTextOrId.Builder |
filterId(String filterId)
The OCID of a
Span Filter.
|
FilterTextOrId.Builder |
filterText(String filterText)
The string that defines the Span Filter expression.
|
public FilterTextOrId.Builder filterId(String filterId)
The OCID of a Span Filter. The filterId is mandatory for the creation of MetricGroups. A filterId is generated when a Span Filter is created.
filterId
- the value to setpublic FilterTextOrId.Builder filterText(String filterText)
The string that defines the Span Filter expression.
filterText
- the value to setpublic FilterTextOrId build()
public FilterTextOrId.Builder copy(FilterTextOrId model)
Copyright © 2016–2024. All rights reserved.