public static interface SegmentDemographics.Builder extends CopyableBuilder<SegmentDemographics.Builder,SegmentDemographics>
| Modifier and Type | Method and Description |
|---|---|
default SegmentDemographics.Builder |
appVersion(Consumer<SetDimension.Builder> appVersion)
The app version criteria for the segment.
|
SegmentDemographics.Builder |
appVersion(SetDimension appVersion)
The app version criteria for the segment.
|
default SegmentDemographics.Builder |
channel(Consumer<SetDimension.Builder> channel)
The channel criteria for the segment.
|
SegmentDemographics.Builder |
channel(SetDimension channel)
The channel criteria for the segment.
|
default SegmentDemographics.Builder |
deviceType(Consumer<SetDimension.Builder> deviceType)
The device type criteria for the segment.
|
SegmentDemographics.Builder |
deviceType(SetDimension deviceType)
The device type criteria for the segment.
|
default SegmentDemographics.Builder |
make(Consumer<SetDimension.Builder> make)
The device make criteria for the segment.
|
SegmentDemographics.Builder |
make(SetDimension make)
The device make criteria for the segment.
|
default SegmentDemographics.Builder |
model(Consumer<SetDimension.Builder> model)
The device model criteria for the segment.
|
SegmentDemographics.Builder |
model(SetDimension model)
The device model criteria for the segment.
|
default SegmentDemographics.Builder |
platform(Consumer<SetDimension.Builder> platform)
The device platform criteria for the segment.
|
SegmentDemographics.Builder |
platform(SetDimension platform)
The device platform criteria for the segment.
|
copyapply, buildSegmentDemographics.Builder appVersion(SetDimension appVersion)
appVersion - The app version criteria for the segment.default SegmentDemographics.Builder appVersion(Consumer<SetDimension.Builder> appVersion)
SetDimension.Builder avoiding the need to create one manually via SetDimension.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to appVersion(SetDimension).appVersion - a consumer that will call methods on SetDimension.BuilderappVersion(SetDimension)SegmentDemographics.Builder channel(SetDimension channel)
channel - The channel criteria for the segment.default SegmentDemographics.Builder channel(Consumer<SetDimension.Builder> channel)
SetDimension.Builder avoiding the need to create one manually via SetDimension.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to channel(SetDimension).channel - a consumer that will call methods on SetDimension.Builderchannel(SetDimension)SegmentDemographics.Builder deviceType(SetDimension deviceType)
deviceType - The device type criteria for the segment.default SegmentDemographics.Builder deviceType(Consumer<SetDimension.Builder> deviceType)
SetDimension.Builder avoiding the need to create one manually via SetDimension.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to deviceType(SetDimension).deviceType - a consumer that will call methods on SetDimension.BuilderdeviceType(SetDimension)SegmentDemographics.Builder make(SetDimension make)
make - The device make criteria for the segment.default SegmentDemographics.Builder make(Consumer<SetDimension.Builder> make)
SetDimension.Builder avoiding the need to create one manually via SetDimension.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to make(SetDimension).make - a consumer that will call methods on SetDimension.Buildermake(SetDimension)SegmentDemographics.Builder model(SetDimension model)
model - The device model criteria for the segment.default SegmentDemographics.Builder model(Consumer<SetDimension.Builder> model)
SetDimension.Builder avoiding the need to create one manually via SetDimension.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to model(SetDimension).model - a consumer that will call methods on SetDimension.Buildermodel(SetDimension)SegmentDemographics.Builder platform(SetDimension platform)
platform - The device platform criteria for the segment.default SegmentDemographics.Builder platform(Consumer<SetDimension.Builder> platform)
SetDimension.Builder avoiding the need to create one manually via SetDimension.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to platform(SetDimension).platform - a consumer that will call methods on SetDimension.Builderplatform(SetDimension)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.