static ProtectedQueryOutput.Builder |
ProtectedQueryOutput.builder() |
|
ProtectedQueryOutput.Builder |
ProtectedQueryOutput.Builder.memberList(Collection<ProtectedQuerySingleMemberOutput> memberList) |
The list of member Amazon Web Services account(s) that received the results of the query.
|
ProtectedQueryOutput.Builder |
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 |
ProtectedQueryOutput.Builder.memberList(ProtectedQuerySingleMemberOutput... memberList) |
The list of member Amazon Web Services account(s) that received the results of the query.
|
default ProtectedQueryOutput.Builder |
ProtectedQueryOutput.Builder.s3(Consumer<ProtectedQueryS3Output.Builder> s3) |
If present, the output for a protected query with an `S3` output type.
|
ProtectedQueryOutput.Builder |
ProtectedQueryOutput.Builder.s3(ProtectedQueryS3Output s3) |
If present, the output for a protected query with an `S3` output type.
|
ProtectedQueryOutput.Builder |
ProtectedQueryOutput.toBuilder() |
|