public static interface ProposedSegmentChange.Builder extends SdkPojo, CopyableBuilder<ProposedSegmentChange.Builder,ProposedSegmentChange>
| Modifier and Type | Method and Description |
|---|---|
ProposedSegmentChange.Builder |
attachmentPolicyRuleNumber(Integer attachmentPolicyRuleNumber)
The rule number in the policy document that applies to this change.
|
ProposedSegmentChange.Builder |
segmentName(String segmentName)
The name of the segment to change.
|
ProposedSegmentChange.Builder |
tags(Collection<Tag> tags)
The list of key-value tags that changed for the segment.
|
ProposedSegmentChange.Builder |
tags(Consumer<Tag.Builder>... tags)
The list of key-value tags that changed for the segment.
|
ProposedSegmentChange.Builder |
tags(Tag... tags)
The list of key-value tags that changed for the segment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProposedSegmentChange.Builder tags(Collection<Tag> tags)
The list of key-value tags that changed for the segment.
tags - The list of key-value tags that changed for the segment.ProposedSegmentChange.Builder tags(Tag... tags)
The list of key-value tags that changed for the segment.
tags - The list of key-value tags that changed for the segment.ProposedSegmentChange.Builder tags(Consumer<Tag.Builder>... tags)
The list of key-value tags that changed for the segment.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) ProposedSegmentChange.Builder attachmentPolicyRuleNumber(Integer attachmentPolicyRuleNumber)
The rule number in the policy document that applies to this change.
attachmentPolicyRuleNumber - The rule number in the policy document that applies to this change.ProposedSegmentChange.Builder segmentName(String segmentName)
The name of the segment to change.
segmentName - The name of the segment to change.Copyright © 2022. All rights reserved.