public static interface ProtectedQueryOutput.Builder extends SdkPojo, CopyableBuilder<ProtectedQueryOutput.Builder,ProtectedQueryOutput>
| Modifier and Type | Method and Description |
|---|---|
ProtectedQueryOutput.Builder |
memberList(Collection<ProtectedQuerySingleMemberOutput> memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
|
ProtectedQueryOutput.Builder |
memberList(Consumer<ProtectedQuerySingleMemberOutput.Builder>... memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
|
ProtectedQueryOutput.Builder |
memberList(ProtectedQuerySingleMemberOutput... memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
|
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)ProtectedQueryOutput.Builder memberList(Collection<ProtectedQuerySingleMemberOutput> memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
memberList - The list of member Amazon Web Services account(s) that received the results of the query.ProtectedQueryOutput.Builder memberList(ProtectedQuerySingleMemberOutput... memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
memberList - The list of member Amazon Web Services account(s) that received the results of the query.ProtectedQueryOutput.Builder memberList(Consumer<ProtectedQuerySingleMemberOutput.Builder>... memberList)
The list of member Amazon Web Services account(s) that received the results of the query.
This is a convenience method that creates an instance of theProtectedQuerySingleMemberOutput.Builder avoiding
the need to create one manually via
ProtectedQuerySingleMemberOutput.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #memberList(List.
memberList - a consumer that will call methods on
ProtectedQuerySingleMemberOutput.Builder#memberList(java.util.Collection) Copyright © 2023. All rights reserved.