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