| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectedQueryS3OutputConfiguration.Builder |
ProtectedQueryS3OutputConfiguration.Builder.bucket(String bucket)
The S3 bucket to unload the protected query results.
|
static ProtectedQueryS3OutputConfiguration.Builder |
ProtectedQueryS3OutputConfiguration.builder() |
ProtectedQueryS3OutputConfiguration.Builder |
ProtectedQueryS3OutputConfiguration.Builder.keyPrefix(String keyPrefix)
The S3 prefix to unload the protected query results.
|
ProtectedQueryS3OutputConfiguration.Builder |
ProtectedQueryS3OutputConfiguration.Builder.resultFormat(ResultFormat resultFormat)
Intended file format of the result.
|
ProtectedQueryS3OutputConfiguration.Builder |
ProtectedQueryS3OutputConfiguration.Builder.resultFormat(String resultFormat)
Intended file format of the result.
|
ProtectedQueryS3OutputConfiguration.Builder |
ProtectedQueryS3OutputConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProtectedQueryS3OutputConfiguration.Builder> |
ProtectedQueryS3OutputConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static MembershipProtectedQueryOutputConfiguration |
MembershipProtectedQueryOutputConfiguration.fromS3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)
Create an instance of this class with
MembershipProtectedQueryOutputConfiguration.s3() initialized to the given value. |
static ProtectedQueryOutputConfiguration |
ProtectedQueryOutputConfiguration.fromS3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)
Create an instance of this class with
ProtectedQueryOutputConfiguration.s3() initialized to the given value. |
default MembershipProtectedQueryOutputConfiguration.Builder |
MembershipProtectedQueryOutputConfiguration.Builder.s3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)
Sets the value of the S3 property for this object.
|
default ProtectedQueryOutputConfiguration.Builder |
ProtectedQueryOutputConfiguration.Builder.s3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)
Required configuration for a protected query with an `S3` output type.
|
Copyright © 2023. All rights reserved.