public static interface IntelligentTieringAndOperator.Builder extends SdkPojo, CopyableBuilder<IntelligentTieringAndOperator.Builder,IntelligentTieringAndOperator>
| Modifier and Type | Method and Description |
|---|---|
IntelligentTieringAndOperator.Builder |
prefix(String prefix)
An object key name prefix that identifies the subset of objects to which the configuration applies.
|
IntelligentTieringAndOperator.Builder |
tags(Collection<Tag> tags)
All of these tags must exist in the object's tag set in order for the configuration to apply.
|
IntelligentTieringAndOperator.Builder |
tags(Consumer<Tag.Builder>... tags)
All of these tags must exist in the object's tag set in order for the configuration to apply.
|
IntelligentTieringAndOperator.Builder |
tags(Tag... tags)
All of these tags must exist in the object's tag set in order for the configuration to apply.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntelligentTieringAndOperator.Builder prefix(String prefix)
An object key name prefix that identifies the subset of objects to which the configuration applies.
prefix - An object key name prefix that identifies the subset of objects to which the configuration applies.IntelligentTieringAndOperator.Builder tags(Collection<Tag> tags)
All of these tags must exist in the object's tag set in order for the configuration to apply.
tags - All of these tags must exist in the object's tag set in order for the configuration to apply.IntelligentTieringAndOperator.Builder tags(Tag... tags)
All of these tags must exist in the object's tag set in order for the configuration to apply.
tags - All of these tags must exist in the object's tag set in order for the configuration to apply.IntelligentTieringAndOperator.Builder tags(Consumer<Tag.Builder>... tags)
All of these tags must exist in the object's tag set in order for the configuration to apply.
This is a convenience that creates an instance of theList.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 © 2022. All rights reserved.