public static interface ProtectedQueryResult.Builder extends SdkPojo, CopyableBuilder<ProtectedQueryResult.Builder,ProtectedQueryResult>
| Modifier and Type | Method and Description |
|---|---|
default ProtectedQueryResult.Builder |
output(Consumer<ProtectedQueryOutput.Builder> output)
The output of the protected query.
|
ProtectedQueryResult.Builder |
output(ProtectedQueryOutput output)
The output of the protected query.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProtectedQueryResult.Builder output(ProtectedQueryOutput output)
The output of the protected query.
output - The output of the protected query.default ProtectedQueryResult.Builder output(Consumer<ProtectedQueryOutput.Builder> output)
The output of the protected query.
This is a convenience method that creates an instance of theProtectedQueryOutput.Builder avoiding
the need to create one manually via ProtectedQueryOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to output(ProtectedQueryOutput).
output - a consumer that will call methods on ProtectedQueryOutput.Builderoutput(ProtectedQueryOutput)Copyright © 2023. All rights reserved.