| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtectedQueryOutput.Builder |
ProtectedQueryOutput.builder() |
default ProtectedQueryOutput.Builder |
ProtectedQueryOutput.Builder.s3(Consumer<ProtectedQueryS3Output.Builder> s3)
If present, the output for a protected query with an `S3` output type.
|
ProtectedQueryOutput.Builder |
ProtectedQueryOutput.Builder.s3(ProtectedQueryS3Output s3)
If present, the output for a protected query with an `S3` output type.
|
ProtectedQueryOutput.Builder |
ProtectedQueryOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProtectedQueryOutput.Builder> |
ProtectedQueryOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProtectedQueryResult.Builder |
ProtectedQueryResult.Builder.output(Consumer<ProtectedQueryOutput.Builder> output)
The output of the protected query.
|
Copyright © 2023. All rights reserved.