| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtectedQueryOutput.Builder |
ProtectedQueryOutput.builder() |
ProtectedQueryOutput.Builder |
ProtectedQueryOutput.Builder.memberList(Collection<ProtectedQuerySingleMemberOutput> memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
|
ProtectedQueryOutput.Builder |
ProtectedQueryOutput.Builder.memberList(Consumer<ProtectedQuerySingleMemberOutput.Builder>... memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
|
ProtectedQueryOutput.Builder |
ProtectedQueryOutput.Builder.memberList(ProtectedQuerySingleMemberOutput... memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
|
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.