public static interface CreateSegmentRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<CreateSegmentRequest.Builder,CreateSegmentRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSegmentRequest.Builder |
description(String description)
An optional description for this segment.
|
CreateSegmentRequest.Builder |
name(String name)
A name for the segment.
|
CreateSegmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSegmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSegmentRequest.Builder |
pattern(String pattern)
The pattern to use for the segment.
|
CreateSegmentRequest.Builder |
tags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the segment.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSegmentRequest.Builder description(String description)
An optional description for this segment.
description - An optional description for this segment.CreateSegmentRequest.Builder name(String name)
A name for the segment.
name - A name for the segment.CreateSegmentRequest.Builder pattern(String pattern)
The pattern to use for the segment. For more information about pattern syntax, see Segment rule pattern syntax.
pattern - The pattern to use for the segment. For more information about pattern syntax, see Segment rule pattern syntax.CreateSegmentRequest.Builder tags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the segment.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
<p>You can associate as many as 50 tags with a segment.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a>.</p>
tags - Assigns one or more tags (key-value pairs) to the segment.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
<p>You can associate as many as 50 tags with a segment.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a>.</p> CreateSegmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSegmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.