@Stability(value=Stable)
public static interface CfnCampaign.EventDimensionsProperty
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.pinpoint.*;
Object attributes;
Object metrics;
EventDimensionsProperty eventDimensionsProperty = EventDimensionsProperty.builder()
.attributes(attributes)
.eventType(SetDimensionProperty.builder()
.dimensionType("dimensionType")
.values(List.of("values"))
.build())
.metrics(metrics)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCampaign.EventDimensionsProperty.Builder
A builder for
CfnCampaign.EventDimensionsProperty |
static class |
CfnCampaign.EventDimensionsProperty.Jsii$Proxy
An implementation for
CfnCampaign.EventDimensionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCampaign.EventDimensionsProperty.Builder |
builder() |
default Object |
getAttributes()
`CfnCampaign.EventDimensionsProperty.Attributes`.
|
default Object |
getEventType()
`CfnCampaign.EventDimensionsProperty.EventType`.
|
default Object |
getMetrics()
`CfnCampaign.EventDimensionsProperty.Metrics`.
|
@Stability(value=Stable) @Nullable default Object getAttributes()
@Stability(value=Stable) @Nullable default Object getEventType()
@Stability(value=Stable) @Nullable default Object getMetrics()
@Stability(value=Stable) static CfnCampaign.EventDimensionsProperty.Builder builder()
Copyright © 2021. All rights reserved.