@Stability(value=Stable)
public static interface CfnSegment.DemographicProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// 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.*;
DemographicProperty demographicProperty = DemographicProperty.builder()
.appVersion(SetDimensionProperty.builder()
.dimensionType("dimensionType")
.values(List.of("values"))
.build())
.channel(SetDimensionProperty.builder()
.dimensionType("dimensionType")
.values(List.of("values"))
.build())
.deviceType(SetDimensionProperty.builder()
.dimensionType("dimensionType")
.values(List.of("values"))
.build())
.make(SetDimensionProperty.builder()
.dimensionType("dimensionType")
.values(List.of("values"))
.build())
.model(SetDimensionProperty.builder()
.dimensionType("dimensionType")
.values(List.of("values"))
.build())
.platform(SetDimensionProperty.builder()
.dimensionType("dimensionType")
.values(List.of("values"))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSegment.DemographicProperty.Builder
A builder for
CfnSegment.DemographicProperty |
static class |
CfnSegment.DemographicProperty.Jsii$Proxy
An implementation for
CfnSegment.DemographicProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSegment.DemographicProperty.Builder |
builder() |
default Object |
getAppVersion()
The app version criteria for the segment.
|
default Object |
getChannel()
The channel criteria for the segment.
|
default Object |
getDeviceType()
The device type criteria for the segment.
|
default Object |
getMake()
The device make criteria for the segment.
|
default Object |
getModel()
The device model criteria for the segment.
|
default Object |
getPlatform()
The device platform criteria for the segment.
|
@Stability(value=Stable) @Nullable default Object getAppVersion()
@Stability(value=Stable) @Nullable default Object getChannel()
@Stability(value=Stable) @Nullable default Object getDeviceType()
@Stability(value=Stable) @Nullable default Object getMake()
@Stability(value=Stable) @Nullable default Object getModel()
@Stability(value=Stable) @Nullable default Object getPlatform()
@Stability(value=Stable) static CfnSegment.DemographicProperty.Builder builder()
Copyright © 2022. All rights reserved.