Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.ProtectedQueryS3OutputConfiguration.Builder
-
Packages that use ProtectedQueryS3OutputConfiguration.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ProtectedQueryS3OutputConfiguration.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ProtectedQueryS3OutputConfiguration.Builder Modifier and Type Method Description ProtectedQueryS3OutputConfiguration.BuilderProtectedQueryS3OutputConfiguration.Builder. bucket(String bucket)The S3 bucket to unload the protected query results.static ProtectedQueryS3OutputConfiguration.BuilderProtectedQueryS3OutputConfiguration. builder()ProtectedQueryS3OutputConfiguration.BuilderProtectedQueryS3OutputConfiguration.Builder. keyPrefix(String keyPrefix)The S3 prefix to unload the protected query results.ProtectedQueryS3OutputConfiguration.BuilderProtectedQueryS3OutputConfiguration.Builder. resultFormat(String resultFormat)Intended file format of the result.ProtectedQueryS3OutputConfiguration.BuilderProtectedQueryS3OutputConfiguration.Builder. resultFormat(ResultFormat resultFormat)Intended file format of the result.ProtectedQueryS3OutputConfiguration.BuilderProtectedQueryS3OutputConfiguration. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type ProtectedQueryS3OutputConfiguration.Builder Modifier and Type Method Description static Class<? extends ProtectedQueryS3OutputConfiguration.Builder>ProtectedQueryS3OutputConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type ProtectedQueryS3OutputConfiguration.Builder Modifier and Type Method Description static MembershipProtectedQueryOutputConfigurationMembershipProtectedQueryOutputConfiguration. fromS3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)Create an instance of this class withMembershipProtectedQueryOutputConfiguration.s3()initialized to the given value.static ProtectedQueryOutputConfigurationProtectedQueryOutputConfiguration. fromS3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)Create an instance of this class withProtectedQueryOutputConfiguration.s3()initialized to the given value.default MembershipProtectedQueryOutputConfiguration.BuilderMembershipProtectedQueryOutputConfiguration.Builder. s3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)Sets the value of the S3 property for this object.default ProtectedQueryOutputConfiguration.BuilderProtectedQueryOutputConfiguration.Builder. s3(Consumer<ProtectedQueryS3OutputConfiguration.Builder> s3)Required configuration for a protected query with an `S3` output type.
-