public static interface MembershipProtectedQueryResultConfiguration.Builder extends SdkPojo, CopyableBuilder<MembershipProtectedQueryResultConfiguration.Builder,MembershipProtectedQueryResultConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default MembershipProtectedQueryResultConfiguration.Builder |
outputConfiguration(Consumer<MembershipProtectedQueryOutputConfiguration.Builder> outputConfiguration)
Configuration for protected query results.
|
MembershipProtectedQueryResultConfiguration.Builder |
outputConfiguration(MembershipProtectedQueryOutputConfiguration outputConfiguration)
Configuration for protected query results.
|
MembershipProtectedQueryResultConfiguration.Builder |
roleArn(String roleArn)
The unique ARN for an IAM role that is used by Clean Rooms to write protected query results to the result
location, given by the member who can receive results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMembershipProtectedQueryResultConfiguration.Builder outputConfiguration(MembershipProtectedQueryOutputConfiguration outputConfiguration)
Configuration for protected query results.
outputConfiguration - Configuration for protected query results.default MembershipProtectedQueryResultConfiguration.Builder outputConfiguration(Consumer<MembershipProtectedQueryOutputConfiguration.Builder> outputConfiguration)
Configuration for protected query results.
This is a convenience method that creates an instance of theMembershipProtectedQueryOutputConfiguration.Builder avoiding the need to create one manually via
MembershipProtectedQueryOutputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
outputConfiguration(MembershipProtectedQueryOutputConfiguration).
outputConfiguration - a consumer that will call methods on MembershipProtectedQueryOutputConfiguration.BuilderoutputConfiguration(MembershipProtectedQueryOutputConfiguration)MembershipProtectedQueryResultConfiguration.Builder roleArn(String roleArn)
The unique ARN for an IAM role that is used by Clean Rooms to write protected query results to the result location, given by the member who can receive results.
roleArn - The unique ARN for an IAM role that is used by Clean Rooms to write protected query results to the
result location, given by the member who can receive results.Copyright © 2023. All rights reserved.