public static interface MembershipProtectedQueryOutputConfiguration.Builder extends SdkPojo, CopyableBuilder<MembershipProtectedQueryOutputConfiguration.Builder,MembershipProtectedQueryOutputConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default MembershipProtectedQueryOutputConfiguration.Builder |
s3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)
Sets the value of the S3 property for this object.
|
MembershipProtectedQueryOutputConfiguration.Builder |
s3(ProtectedQueryS3OutputConfiguration s3)
Sets the value of the S3 property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMembershipProtectedQueryOutputConfiguration.Builder s3(ProtectedQueryS3OutputConfiguration s3)
s3 - The new value for the S3 property for this object.default MembershipProtectedQueryOutputConfiguration.Builder s3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)
ProtectedQueryS3OutputConfiguration.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.