public static interface Segment.Builder extends SdkPojo, CopyableBuilder<Segment.Builder,Segment>
| Modifier and Type | Method and Description |
|---|---|
Segment.Builder |
arn(String arn)
The ARN of the segment.
|
Segment.Builder |
createdTime(Instant createdTime)
The date and time that this segment was created.
|
Segment.Builder |
description(String description)
The customer-created description for this segment.
|
Segment.Builder |
experimentCount(Long experimentCount)
The number of experiments that this segment is used in.
|
Segment.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The date and time that this segment was most recently updated.
|
Segment.Builder |
launchCount(Long launchCount)
The number of launches that this segment is used in.
|
Segment.Builder |
name(String name)
The name of the segment.
|
Segment.Builder |
pattern(String pattern)
The pattern that defines the attributes to use to evalute whether a user session will be in the segment.
|
Segment.Builder |
tags(Map<String,String> tags)
The list of tag keys and values associated with this launch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSegment.Builder arn(String arn)
The ARN of the segment.
arn - The ARN of the segment.Segment.Builder createdTime(Instant createdTime)
The date and time that this segment was created.
createdTime - The date and time that this segment was created.Segment.Builder description(String description)
The customer-created description for this segment.
description - The customer-created description for this segment.Segment.Builder experimentCount(Long experimentCount)
The number of experiments that this segment is used in. This count includes all current experiments, not just those that are currently running.
experimentCount - The number of experiments that this segment is used in. This count includes all current experiments,
not just those that are currently running.Segment.Builder lastUpdatedTime(Instant lastUpdatedTime)
The date and time that this segment was most recently updated.
lastUpdatedTime - The date and time that this segment was most recently updated.Segment.Builder launchCount(Long launchCount)
The number of launches that this segment is used in. This count includes all current launches, not just those that are currently running.
launchCount - The number of launches that this segment is used in. This count includes all current launches, not
just those that are currently running.Segment.Builder name(String name)
The name of the segment.
name - The name of the segment.Segment.Builder pattern(String pattern)
The pattern that defines the attributes to use to evalute whether a user session will be in the segment. For more information about the pattern syntax, see Segment rule pattern syntax.
pattern - The pattern that defines the attributes to use to evalute whether a user session will be in the
segment. For more information about the pattern syntax, see Segment rule pattern syntax.Segment.Builder tags(Map<String,String> tags)
The list of tag keys and values associated with this launch.
tags - The list of tag keys and values associated with this launch.Copyright © 2023. All rights reserved.