public static class SegmentSettings.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentSettings.Builder |
addAnnotatedFields(String annotatedFields)
Adds an annotatedFields to annotatedFields.
|
SegmentSettings.Builder |
addSelectorTags(String selectorTags)
Adds an selectorTags to selectorTags.
|
SegmentSettings.Builder |
annotatedFields(List<String> annotatedFields)
Set the annotatedFields.
|
SegmentSettings |
build()
Builds a SegmentSettings.
|
SegmentSettings.Builder |
enabled(Boolean enabled)
Set the enabled.
|
SegmentSettings.Builder |
selectorTags(List<String> selectorTags)
Set the selectorTags.
|
public SegmentSettings build()
public SegmentSettings.Builder addSelectorTags(String selectorTags)
selectorTags - the new selectorTagspublic SegmentSettings.Builder addAnnotatedFields(String annotatedFields)
annotatedFields - the new annotatedFieldspublic SegmentSettings.Builder enabled(Boolean enabled)
enabled - the enabledpublic SegmentSettings.Builder selectorTags(List<String> selectorTags)
selectorTags - the selectorTagspublic SegmentSettings.Builder annotatedFields(List<String> annotatedFields)
annotatedFields - the annotatedFieldsCopyright © 2022 IBM Cloud. All rights reserved.