public static interface TableLFTagPolicy.Builder extends SdkPojo, CopyableBuilder<TableLFTagPolicy.Builder,TableLFTagPolicy>
| Modifier and Type | Method and Description |
|---|---|
TableLFTagPolicy.Builder |
expression(Collection<LFTag> expression)
A list of LF-tag conditions that apply to table resources.
|
TableLFTagPolicy.Builder |
expression(Consumer<LFTag.Builder>... expression)
A list of LF-tag conditions that apply to table resources.
|
TableLFTagPolicy.Builder |
expression(LFTag... expression)
A list of LF-tag conditions that apply to table resources.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableLFTagPolicy.Builder expression(Collection<LFTag> expression)
A list of LF-tag conditions that apply to table resources.
expression - A list of LF-tag conditions that apply to table resources.TableLFTagPolicy.Builder expression(LFTag... expression)
A list of LF-tag conditions that apply to table resources.
expression - A list of LF-tag conditions that apply to table resources.TableLFTagPolicy.Builder expression(Consumer<LFTag.Builder>... expression)
A list of LF-tag conditions that apply to table resources.
This is a convenience method that creates an instance of theLFTag.Builder avoiding the need to create one
manually via LFTag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #expression(List.
expression - a consumer that will call methods on
LFTag.Builder#expression(java.util.Collection) Copyright © 2023. All rights reserved.