Uses of Interface
software.amazon.awssdk.services.kafkaconnect.model.S3LogDeliveryDescription.Builder
-
Packages that use S3LogDeliveryDescription.Builder Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of S3LogDeliveryDescription.Builder in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return S3LogDeliveryDescription.Builder Modifier and Type Method Description S3LogDeliveryDescription.BuilderS3LogDeliveryDescription.Builder. bucket(String bucket)The name of the S3 bucket that is the destination for log delivery.static S3LogDeliveryDescription.BuilderS3LogDeliveryDescription. builder()S3LogDeliveryDescription.BuilderS3LogDeliveryDescription.Builder. enabled(Boolean enabled)Specifies whether connector logs get sent to the specified Amazon S3 destination.S3LogDeliveryDescription.BuilderS3LogDeliveryDescription.Builder. prefix(String prefix)The S3 prefix that is the destination for log delivery.S3LogDeliveryDescription.BuilderS3LogDeliveryDescription. toBuilder()Methods in software.amazon.awssdk.services.kafkaconnect.model that return types with arguments of type S3LogDeliveryDescription.Builder Modifier and Type Method Description static Class<? extends S3LogDeliveryDescription.Builder>S3LogDeliveryDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kafkaconnect.model with type arguments of type S3LogDeliveryDescription.Builder Modifier and Type Method Description default WorkerLogDeliveryDescription.BuilderWorkerLogDeliveryDescription.Builder. s3(Consumer<S3LogDeliveryDescription.Builder> s3)Details about delivering logs to Amazon S3.
-