public static interface ProtectedQueryS3OutputConfiguration.Builder extends SdkPojo, CopyableBuilder<ProtectedQueryS3OutputConfiguration.Builder,ProtectedQueryS3OutputConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ProtectedQueryS3OutputConfiguration.Builder |
bucket(String bucket)
The S3 bucket to unload the protected query results.
|
ProtectedQueryS3OutputConfiguration.Builder |
keyPrefix(String keyPrefix)
The S3 prefix to unload the protected query results.
|
ProtectedQueryS3OutputConfiguration.Builder |
resultFormat(ResultFormat resultFormat)
Intended file format of the result.
|
ProtectedQueryS3OutputConfiguration.Builder |
resultFormat(String resultFormat)
Intended file format of the result.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProtectedQueryS3OutputConfiguration.Builder resultFormat(String resultFormat)
Intended file format of the result.
resultFormat - Intended file format of the result.ResultFormat,
ResultFormatProtectedQueryS3OutputConfiguration.Builder resultFormat(ResultFormat resultFormat)
Intended file format of the result.
resultFormat - Intended file format of the result.ResultFormat,
ResultFormatProtectedQueryS3OutputConfiguration.Builder bucket(String bucket)
The S3 bucket to unload the protected query results.
bucket - The S3 bucket to unload the protected query results.ProtectedQueryS3OutputConfiguration.Builder keyPrefix(String keyPrefix)
The S3 prefix to unload the protected query results.
keyPrefix - The S3 prefix to unload the protected query results.Copyright © 2023. All rights reserved.