| Package | Description |
|---|---|
| software.amazon.awscdk.services.pinpoint |
Amazon Pinpoint Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnSegment.Builder |
CfnSegment.Builder.applicationId(String applicationId)
The unique identifier for the Amazon Pinpoint application that the segment is associated with.
|
static CfnSegment.Builder |
CfnSegment.Builder.create(software.constructs.Construct scope,
String id) |
CfnSegment.Builder |
CfnSegment.Builder.dimensions(CfnSegment.SegmentDimensionsProperty dimensions)
The criteria that define the dimensions for the segment.
|
CfnSegment.Builder |
CfnSegment.Builder.dimensions(IResolvable dimensions)
The criteria that define the dimensions for the segment.
|
CfnSegment.Builder |
CfnSegment.Builder.name(String name)
The name of the segment.
|
CfnSegment.Builder |
CfnSegment.Builder.segmentGroups(CfnSegment.SegmentGroupsProperty segmentGroups)
The segment group to use and the dimensions to apply to the group's base segments in order to build the segment.
|
CfnSegment.Builder |
CfnSegment.Builder.segmentGroups(IResolvable segmentGroups)
The segment group to use and the dimensions to apply to the group's base segments in order to build the segment.
|
CfnSegment.Builder |
CfnSegment.Builder.tags(Object tags)
An array of key-value pairs to apply to this resource.
|
Copyright © 2022. All rights reserved.