public static interface OrStatement.Builder extends SdkPojo, CopyableBuilder<OrStatement.Builder,OrStatement>
| Modifier and Type | Method and Description |
|---|---|
OrStatement.Builder |
statements(Collection<Statement> statements)
The statements to combine with OR logic.
|
OrStatement.Builder |
statements(Consumer<Statement.Builder>... statements)
The statements to combine with OR logic.
|
OrStatement.Builder |
statements(Statement... statements)
The statements to combine with OR logic.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrStatement.Builder statements(Collection<Statement> statements)
The statements to combine with OR logic. You can use any statements that can be nested.
statements - The statements to combine with OR logic. You can use any statements that can be nested.OrStatement.Builder statements(Statement... statements)
The statements to combine with OR logic. You can use any statements that can be nested.
statements - The statements to combine with OR logic. You can use any statements that can be nested.OrStatement.Builder statements(Consumer<Statement.Builder>... statements)
The statements to combine with OR logic. You can use any statements that can be nested.
This is a convenience method that creates an instance of theStatement.Builder avoiding the need to create one
manually via Statement.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #statements(List.
statements - a consumer that will call methods on
Statement.Builder#statements(java.util.Collection) Copyright © 2023. All rights reserved.