Uses of Interface
software.amazon.awssdk.services.evidently.model.S3DestinationConfig.Builder
-
Packages that use S3DestinationConfig.Builder Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of S3DestinationConfig.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return S3DestinationConfig.Builder Modifier and Type Method Description S3DestinationConfig.BuilderS3DestinationConfig.Builder. bucket(String bucket)The name of the bucket in which Evidently stores evaluation events.static S3DestinationConfig.BuilderS3DestinationConfig. builder()S3DestinationConfig.BuilderS3DestinationConfig.Builder. prefix(String prefix)The bucket prefix in which Evidently stores evaluation events.S3DestinationConfig.BuilderS3DestinationConfig. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type S3DestinationConfig.Builder Modifier and Type Method Description static Class<? extends S3DestinationConfig.Builder>S3DestinationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type S3DestinationConfig.Builder Modifier and Type Method Description default ProjectDataDeliveryConfig.BuilderProjectDataDeliveryConfig.Builder. s3Destination(Consumer<S3DestinationConfig.Builder> s3Destination)If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.default UpdateProjectDataDeliveryRequest.BuilderUpdateProjectDataDeliveryRequest.Builder. s3Destination(Consumer<S3DestinationConfig.Builder> s3Destination)A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
-