public static interface ProtectedQueryOutputConfiguration.Builder extends SdkPojo, CopyableBuilder<ProtectedQueryOutputConfiguration.Builder,ProtectedQueryOutputConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ProtectedQueryOutputConfiguration.Builder |
s3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)
Required configuration for a protected query with an `S3` output type.
|
ProtectedQueryOutputConfiguration.Builder |
s3(ProtectedQueryS3OutputConfiguration s3)
Required configuration for a protected query with an `S3` output type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProtectedQueryOutputConfiguration.Builder s3(ProtectedQueryS3OutputConfiguration s3)
Required configuration for a protected query with an `S3` output type.
s3 - Required configuration for a protected query with an `S3` output type.default ProtectedQueryOutputConfiguration.Builder s3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)
Required configuration for a protected query with an `S3` output type.
This is a convenience method that creates an instance of theProtectedQueryS3OutputConfiguration.Builder avoiding the need to create one manually via
ProtectedQueryS3OutputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to s3(ProtectedQueryS3OutputConfiguration).
s3 - a consumer that will call methods on ProtectedQueryS3OutputConfiguration.Builders3(ProtectedQueryS3OutputConfiguration)Copyright © 2023. All rights reserved.