public static interface CollectionScheme.Builder extends SdkPojo, CopyableBuilder<CollectionScheme.Builder,CollectionScheme>
| Modifier and Type | Method and Description |
|---|---|
CollectionScheme.Builder |
conditionBasedCollectionScheme(ConditionBasedCollectionScheme conditionBasedCollectionScheme)
Information about a collection scheme that uses a simple logical expression to recognize what data to
collect.
|
default CollectionScheme.Builder |
conditionBasedCollectionScheme(Consumer<ConditionBasedCollectionScheme.Builder> conditionBasedCollectionScheme)
Information about a collection scheme that uses a simple logical expression to recognize what data to
collect.
|
default CollectionScheme.Builder |
timeBasedCollectionScheme(Consumer<TimeBasedCollectionScheme.Builder> timeBasedCollectionScheme)
Information about a collection scheme that uses a time period to decide how often to collect data.
|
CollectionScheme.Builder |
timeBasedCollectionScheme(TimeBasedCollectionScheme timeBasedCollectionScheme)
Information about a collection scheme that uses a time period to decide how often to collect data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCollectionScheme.Builder timeBasedCollectionScheme(TimeBasedCollectionScheme timeBasedCollectionScheme)
Information about a collection scheme that uses a time period to decide how often to collect data.
timeBasedCollectionScheme - Information about a collection scheme that uses a time period to decide how often to collect data.default CollectionScheme.Builder timeBasedCollectionScheme(Consumer<TimeBasedCollectionScheme.Builder> timeBasedCollectionScheme)
Information about a collection scheme that uses a time period to decide how often to collect data.
This is a convenience method that creates an instance of theTimeBasedCollectionScheme.Builder
avoiding the need to create one manually via TimeBasedCollectionScheme.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to timeBasedCollectionScheme(TimeBasedCollectionScheme).
timeBasedCollectionScheme - a consumer that will call methods on TimeBasedCollectionScheme.BuildertimeBasedCollectionScheme(TimeBasedCollectionScheme)CollectionScheme.Builder conditionBasedCollectionScheme(ConditionBasedCollectionScheme conditionBasedCollectionScheme)
Information about a collection scheme that uses a simple logical expression to recognize what data to collect.
conditionBasedCollectionScheme - Information about a collection scheme that uses a simple logical expression to recognize what data to
collect.default CollectionScheme.Builder conditionBasedCollectionScheme(Consumer<ConditionBasedCollectionScheme.Builder> conditionBasedCollectionScheme)
Information about a collection scheme that uses a simple logical expression to recognize what data to collect.
This is a convenience method that creates an instance of theConditionBasedCollectionScheme.Builder
avoiding the need to create one manually via ConditionBasedCollectionScheme.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
conditionBasedCollectionScheme(ConditionBasedCollectionScheme).
conditionBasedCollectionScheme - a consumer that will call methods on ConditionBasedCollectionScheme.BuilderconditionBasedCollectionScheme(ConditionBasedCollectionScheme)Copyright © 2022. All rights reserved.