public static interface NotStatement.Builder extends SdkPojo, CopyableBuilder<NotStatement.Builder,NotStatement>
| Modifier and Type | Method and Description |
|---|---|
default NotStatement.Builder |
statement(Consumer<Statement.Builder> statement)
The statement to negate.
|
NotStatement.Builder |
statement(Statement statement)
The statement to negate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotStatement.Builder statement(Statement statement)
The statement to negate. You can use any statement that can be nested.
statement - The statement to negate. You can use any statement that can be nested.default NotStatement.Builder statement(Consumer<Statement.Builder> statement)
The statement to negate. You can use any statement 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 statement(Statement).
statement - a consumer that will call methods on Statement.Builderstatement(Statement)Copyright © 2023. All rights reserved.