Uses of Interface
software.amazon.awssdk.services.evidently.model.S3Destination.Builder
-
Packages that use S3Destination.Builder Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of S3Destination.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return S3Destination.Builder Modifier and Type Method Description S3Destination.BuilderS3Destination.Builder. bucket(String bucket)The name of the bucket in which Evidently stores evaluation events.static S3Destination.BuilderS3Destination. builder()S3Destination.BuilderS3Destination.Builder. prefix(String prefix)The bucket prefix in which Evidently stores evaluation events.S3Destination.BuilderS3Destination. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type S3Destination.Builder Modifier and Type Method Description static Class<? extends S3Destination.Builder>S3Destination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type S3Destination.Builder Modifier and Type Method Description default ProjectDataDelivery.BuilderProjectDataDelivery.Builder. s3Destination(Consumer<S3Destination.Builder> s3Destination)If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
-