| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtectedQueryResultConfiguration.Builder |
ProtectedQueryResultConfiguration.builder() |
default ProtectedQueryResultConfiguration.Builder |
ProtectedQueryResultConfiguration.Builder.outputConfiguration(Consumer<ProtectedQueryOutputConfiguration.Builder> outputConfiguration)
Configuration for protected query results.
|
ProtectedQueryResultConfiguration.Builder |
ProtectedQueryResultConfiguration.Builder.outputConfiguration(ProtectedQueryOutputConfiguration outputConfiguration)
Configuration for protected query results.
|
ProtectedQueryResultConfiguration.Builder |
ProtectedQueryResultConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProtectedQueryResultConfiguration.Builder> |
ProtectedQueryResultConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartProtectedQueryRequest.Builder |
StartProtectedQueryRequest.Builder.resultConfiguration(Consumer<ProtectedQueryResultConfiguration.Builder> resultConfiguration)
The details needed to write the query results.
|
default ProtectedQuery.Builder |
ProtectedQuery.Builder.resultConfiguration(Consumer<ProtectedQueryResultConfiguration.Builder> resultConfiguration)
Contains any details needed to write the query results.
|
Copyright © 2023. All rights reserved.