public static interface SegmentGroup.Builder extends SdkPojo, CopyableBuilder<SegmentGroup.Builder,SegmentGroup>
| Modifier and Type | Method and Description |
|---|---|
SegmentGroup.Builder |
dimensions(Collection<SegmentDimensions> dimensions)
An array that defines the dimensions for the segment.
|
SegmentGroup.Builder |
dimensions(Consumer<SegmentDimensions.Builder>... dimensions)
An array that defines the dimensions for the segment.
|
SegmentGroup.Builder |
dimensions(SegmentDimensions... dimensions)
An array that defines the dimensions for the segment.
|
SegmentGroup.Builder |
sourceSegments(Collection<SegmentReference> sourceSegments)
The base segment to build the segment on.
|
SegmentGroup.Builder |
sourceSegments(Consumer<SegmentReference.Builder>... sourceSegments)
The base segment to build the segment on.
|
SegmentGroup.Builder |
sourceSegments(SegmentReference... sourceSegments)
The base segment to build the segment on.
|
SegmentGroup.Builder |
sourceType(SourceType sourceType)
Specifies how to handle multiple base segments for the segment.
|
SegmentGroup.Builder |
sourceType(String sourceType)
Specifies how to handle multiple base segments for the segment.
|
SegmentGroup.Builder |
type(String type)
Specifies how to handle multiple dimensions for the segment.
|
SegmentGroup.Builder |
type(Type type)
Specifies how to handle multiple dimensions for the segment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSegmentGroup.Builder dimensions(Collection<SegmentDimensions> dimensions)
An array that defines the dimensions for the segment.
dimensions - An array that defines the dimensions for the segment.SegmentGroup.Builder dimensions(SegmentDimensions... dimensions)
An array that defines the dimensions for the segment.
dimensions - An array that defines the dimensions for the segment.SegmentGroup.Builder dimensions(Consumer<SegmentDimensions.Builder>... dimensions)
An array that defines the dimensions for the segment.
This is a convenience method that creates an instance of theSegmentDimensions.Builder avoiding the need to create
one manually via SegmentDimensions.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #dimensions(List.
dimensions - a consumer that will call methods on
SegmentDimensions.Builder#dimensions(java.util.Collection) SegmentGroup.Builder sourceSegments(Collection<SegmentReference> sourceSegments)
The base segment to build the segment on. A base segment, also referred to as a source segment, defines the initial population of endpoints for a segment. When you add dimensions to a 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 Amazon Pinpoint console displays a segment size estimate that indicates the size of the imported segment without any filters applied to it.
sourceSegments - The base segment to build the segment on. A base segment, also referred to as a source segment,
defines the initial population of endpoints for a segment. When you add dimensions to a 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 Amazon Pinpoint console displays a segment size estimate that indicates the size of the imported segment without any filters applied to it.
SegmentGroup.Builder sourceSegments(SegmentReference... sourceSegments)
The base segment to build the segment on. A base segment, also referred to as a source segment, defines the initial population of endpoints for a segment. When you add dimensions to a 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 Amazon Pinpoint console displays a segment size estimate that indicates the size of the imported segment without any filters applied to it.
sourceSegments - The base segment to build the segment on. A base segment, also referred to as a source segment,
defines the initial population of endpoints for a segment. When you add dimensions to a 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 Amazon Pinpoint console displays a segment size estimate that indicates the size of the imported segment without any filters applied to it.
SegmentGroup.Builder sourceSegments(Consumer<SegmentReference.Builder>... sourceSegments)
The base segment to build the segment on. A base segment, also referred to as a source segment, defines the initial population of endpoints for a segment. When you add dimensions to a 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 Amazon Pinpoint console displays a segment size estimate that indicates the size of the imported segment without any filters applied to it.
This is a convenience method that creates an instance of theSegmentReference.Builder avoiding the need to create
one manually via SegmentReference.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #sourceSegments(List.
sourceSegments - a consumer that will call methods on
SegmentReference.Builder#sourceSegments(java.util.Collection) SegmentGroup.Builder sourceType(String 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.
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.SourceType,
SourceTypeSegmentGroup.Builder sourceType(SourceType 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.
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.SourceType,
SourceTypeSegmentGroup.Builder type(String 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.
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.Type,
TypeSegmentGroup.Builder type(Type 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.
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.Type,
TypeCopyright © 2022. All rights reserved.