@Stability(value=Stable) public static final class CfnSegment.GroupsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSegment.GroupsProperty>
CfnSegment.GroupsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSegment.GroupsProperty |
build()
Builds the configured instance.
|
CfnSegment.GroupsProperty.Builder |
dimensions(IResolvable dimensions)
Sets the value of
CfnSegment.GroupsProperty.getDimensions() |
CfnSegment.GroupsProperty.Builder |
dimensions(List<? extends Object> dimensions)
Sets the value of
CfnSegment.GroupsProperty.getDimensions() |
CfnSegment.GroupsProperty.Builder |
sourceSegments(IResolvable sourceSegments)
Sets the value of
CfnSegment.GroupsProperty.getSourceSegments() |
CfnSegment.GroupsProperty.Builder |
sourceSegments(List<? extends Object> sourceSegments)
Sets the value of
CfnSegment.GroupsProperty.getSourceSegments() |
CfnSegment.GroupsProperty.Builder |
sourceType(String sourceType)
Sets the value of
CfnSegment.GroupsProperty.getSourceType() |
CfnSegment.GroupsProperty.Builder |
type(String type)
Sets the value of
CfnSegment.GroupsProperty.getType() |
@Stability(value=Stable) public CfnSegment.GroupsProperty.Builder dimensions(IResolvable dimensions)
CfnSegment.GroupsProperty.getDimensions()dimensions - An array that defines the dimensions to include or exclude from the segment.this@Stability(value=Stable) public CfnSegment.GroupsProperty.Builder dimensions(List<? extends Object> dimensions)
CfnSegment.GroupsProperty.getDimensions()dimensions - An array that defines the dimensions to include or exclude from the segment.this@Stability(value=Stable) public CfnSegment.GroupsProperty.Builder sourceSegments(IResolvable sourceSegments)
CfnSegment.GroupsProperty.getSourceSegments()sourceSegments - The base segment to build the segment on.
A base segment, also called a source segment , defines the initial population of endpoints for a segment. When you add dimensions to the segment, Amazon Pinpoint filters the base segment by using the dimensions that you specify.
You can specify more than one dimensional segment or only one imported segment. If you specify an imported segment, the segment size estimate that displays on the Amazon Pinpoint console indicates the size of the imported segment without any filters applied to it.
this@Stability(value=Stable) public CfnSegment.GroupsProperty.Builder sourceSegments(List<? extends Object> sourceSegments)
CfnSegment.GroupsProperty.getSourceSegments()sourceSegments - The base segment to build the segment on.
A base segment, also called a source segment , defines the initial population of endpoints for a segment. When you add dimensions to the segment, Amazon Pinpoint filters the base segment by using the dimensions that you specify.
You can specify more than one dimensional segment or only one imported segment. If you specify an imported segment, the segment size estimate that displays on the Amazon Pinpoint console indicates the size of the imported segment without any filters applied to it.
this@Stability(value=Stable) public CfnSegment.GroupsProperty.Builder sourceType(String sourceType)
CfnSegment.GroupsProperty.getSourceType()sourceType - Specifies how to handle multiple base segments for the segment.
For example, if you specify three base segments for the segment, whether the resulting segment is based on all, any, or none of the base segments.this@Stability(value=Stable) public CfnSegment.GroupsProperty.Builder type(String type)
CfnSegment.GroupsProperty.getType()type - Specifies how to handle multiple dimensions for the segment.
For example, if you specify three dimensions for the segment, whether the resulting segment includes endpoints that match all, any, or none of the dimensions.this@Stability(value=Stable) public CfnSegment.GroupsProperty build()
build in interface software.amazon.jsii.Builder<CfnSegment.GroupsProperty>CfnSegment.GroupsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.