@Stability(value=Stable)
public static interface CfnCampaign.TimeBasedCollectionSchemeProperty
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.*;
TimeBasedCollectionSchemeProperty timeBasedCollectionSchemeProperty = TimeBasedCollectionSchemeProperty.builder()
.periodMs(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCampaign.TimeBasedCollectionSchemeProperty.Builder
A builder for
CfnCampaign.TimeBasedCollectionSchemeProperty |
static class |
CfnCampaign.TimeBasedCollectionSchemeProperty.Jsii$Proxy
An implementation for
CfnCampaign.TimeBasedCollectionSchemeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCampaign.TimeBasedCollectionSchemeProperty.Builder |
builder() |
Number |
getPeriodMs()
`CfnCampaign.TimeBasedCollectionSchemeProperty.PeriodMs`.
|
@Stability(value=Stable) @NotNull Number getPeriodMs()
@Stability(value=Stable) static CfnCampaign.TimeBasedCollectionSchemeProperty.Builder builder()
Copyright © 2022. All rights reserved.