public static interface ReplicationRuleAndOperator.Builder extends SdkPojo, CopyableBuilder<ReplicationRuleAndOperator.Builder,ReplicationRuleAndOperator>
| Modifier and Type | Method and Description |
|---|---|
ReplicationRuleAndOperator.Builder |
prefix(String prefix)
Sets the value of the Prefix property for this object.
|
ReplicationRuleAndOperator.Builder |
tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
ReplicationRuleAndOperator.Builder |
tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
ReplicationRuleAndOperator.Builder |
tags(Tag... tags)
Sets the value of the Tags property for this object.
|
copyapplyMutation, buildReplicationRuleAndOperator.Builder prefix(String prefix)
prefix - The new value for the Prefix property for this object.ReplicationRuleAndOperator.Builder tags(Collection<Tag> tags)
tags - The new value for the Tags property for this object.ReplicationRuleAndOperator.Builder tags(Tag... tags)
tags - The new value for the Tags property for this object.ReplicationRuleAndOperator.Builder tags(Consumer<Tag.Builder>... tags)
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.