| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectedQueryS3OutputConfiguration |
ProtectedQueryS3OutputConfiguration.clone() |
ProtectedQueryS3OutputConfiguration |
ProtectedQueryOutputConfiguration.getS3()
Required configuration for a protected query with an `S3` output type.
|
ProtectedQueryS3OutputConfiguration |
ProtectedQueryS3OutputConfiguration.withBucket(String bucket)
The S3 bucket to unload the protected query results.
|
ProtectedQueryS3OutputConfiguration |
ProtectedQueryS3OutputConfiguration.withKeyPrefix(String keyPrefix)
The S3 prefix to unload the protected query results.
|
ProtectedQueryS3OutputConfiguration |
ProtectedQueryS3OutputConfiguration.withResultFormat(ResultFormat resultFormat)
Intended file format of the result.
|
ProtectedQueryS3OutputConfiguration |
ProtectedQueryS3OutputConfiguration.withResultFormat(String resultFormat)
Intended file format of the result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtectedQueryOutputConfiguration.setS3(ProtectedQueryS3OutputConfiguration s3)
Required configuration for a protected query with an `S3` output type.
|
ProtectedQueryOutputConfiguration |
ProtectedQueryOutputConfiguration.withS3(ProtectedQueryS3OutputConfiguration s3)
Required configuration for a protected query with an `S3` output type.
|
Copyright © 2023. All rights reserved.