@Stability(value=Stable)
public static interface CfnCampaign.SignalInformationProperty
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.*;
SignalInformationProperty signalInformationProperty = SignalInformationProperty.builder()
.name("name")
// the properties below are optional
.maxSampleCount(123)
.minimumSamplingIntervalMs(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCampaign.SignalInformationProperty.Builder
A builder for
CfnCampaign.SignalInformationProperty |
static class |
CfnCampaign.SignalInformationProperty.Jsii$Proxy
An implementation for
CfnCampaign.SignalInformationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCampaign.SignalInformationProperty.Builder |
builder() |
default Number |
getMaxSampleCount()
`CfnCampaign.SignalInformationProperty.MaxSampleCount`.
|
default Number |
getMinimumSamplingIntervalMs()
`CfnCampaign.SignalInformationProperty.MinimumSamplingIntervalMs`.
|
String |
getName()
`CfnCampaign.SignalInformationProperty.Name`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default Number getMaxSampleCount()
@Stability(value=Stable) @Nullable default Number getMinimumSamplingIntervalMs()
@Stability(value=Stable) static CfnCampaign.SignalInformationProperty.Builder builder()
Copyright © 2022. All rights reserved.