@Stability(value=Stable)
public static interface CfnCampaign.CollectionSchemeProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotfleetwise.*;
CollectionSchemeProperty collectionSchemeProperty = CollectionSchemeProperty.builder()
.conditionBasedCollectionScheme(ConditionBasedCollectionSchemeProperty.builder()
.expression("expression")
// the properties below are optional
.conditionLanguageVersion(123)
.minimumTriggerIntervalMs(123)
.triggerMode("triggerMode")
.build())
.timeBasedCollectionScheme(TimeBasedCollectionSchemeProperty.builder()
.periodMs(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCampaign.CollectionSchemeProperty.Builder
A builder for
CfnCampaign.CollectionSchemeProperty |
static class |
CfnCampaign.CollectionSchemeProperty.Jsii$Proxy
An implementation for
CfnCampaign.CollectionSchemeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCampaign.CollectionSchemeProperty.Builder |
builder() |
default Object |
getConditionBasedCollectionScheme()
`CfnCampaign.CollectionSchemeProperty.ConditionBasedCollectionScheme`.
|
default Object |
getTimeBasedCollectionScheme()
`CfnCampaign.CollectionSchemeProperty.TimeBasedCollectionScheme`.
|
@Stability(value=Stable) @Nullable default Object getConditionBasedCollectionScheme()
@Stability(value=Stable) @Nullable default Object getTimeBasedCollectionScheme()
@Stability(value=Stable) static CfnCampaign.CollectionSchemeProperty.Builder builder()
Copyright © 2022. All rights reserved.