Uses of Interface
software.amazon.awssdk.services.fsx.model.LustreLogConfiguration.Builder
-
Packages that use LustreLogConfiguration.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of LustreLogConfiguration.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return LustreLogConfiguration.Builder Modifier and Type Method Description static LustreLogConfiguration.BuilderLustreLogConfiguration. builder()LustreLogConfiguration.BuilderLustreLogConfiguration.Builder. destination(String destination)The Amazon Resource Name (ARN) that specifies the destination of the logs.LustreLogConfiguration.BuilderLustreLogConfiguration.Builder. level(String level)The data repository events that are logged by Amazon FSx.LustreLogConfiguration.BuilderLustreLogConfiguration.Builder. level(LustreAccessAuditLogLevel level)The data repository events that are logged by Amazon FSx.LustreLogConfiguration.BuilderLustreLogConfiguration. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type LustreLogConfiguration.Builder Modifier and Type Method Description static Class<? extends LustreLogConfiguration.Builder>LustreLogConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type LustreLogConfiguration.Builder Modifier and Type Method Description default FileCacheLustreConfiguration.BuilderFileCacheLustreConfiguration.Builder. logConfiguration(Consumer<LustreLogConfiguration.Builder> logConfiguration)The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache resource to Amazon CloudWatch Logs.default LustreFileSystemConfiguration.BuilderLustreFileSystemConfiguration.Builder. logConfiguration(Consumer<LustreLogConfiguration.Builder> logConfiguration)The Lustre logging configuration.
-