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