Uses of Interface
software.amazon.awssdk.services.timestreaminfluxdb.model.S3Configuration.Builder
-
Packages that use S3Configuration.Builder Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of S3Configuration.Builder in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return S3Configuration.Builder Modifier and Type Method Description S3Configuration.BuilderS3Configuration.Builder. bucketName(String bucketName)The name of the S3 bucket to deliver logs to.static S3Configuration.BuilderS3Configuration. builder()S3Configuration.BuilderS3Configuration.Builder. enabled(Boolean enabled)Indicates whether log delivery to the S3 bucket is enabled.S3Configuration.BuilderS3Configuration. toBuilder()Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return types with arguments of type S3Configuration.Builder Modifier and Type Method Description static Class<? extends S3Configuration.Builder>S3Configuration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.timestreaminfluxdb.model with type arguments of type S3Configuration.Builder Modifier and Type Method Description default LogDeliveryConfiguration.BuilderLogDeliveryConfiguration.Builder. s3Configuration(Consumer<S3Configuration.Builder> s3Configuration)Configuration for S3 bucket log delivery.
-