Uses of Interface
software.amazon.awssdk.services.fsx.model.LustreLogCreateConfiguration.Builder
-
Packages that use LustreLogCreateConfiguration.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of LustreLogCreateConfiguration.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return LustreLogCreateConfiguration.Builder Modifier and Type Method Description static LustreLogCreateConfiguration.BuilderLustreLogCreateConfiguration. builder()LustreLogCreateConfiguration.BuilderLustreLogCreateConfiguration.Builder. destination(String destination)The Amazon Resource Name (ARN) that specifies the destination of the logs.LustreLogCreateConfiguration.BuilderLustreLogCreateConfiguration.Builder. level(String level)Sets which data repository events are logged by Amazon FSx.LustreLogCreateConfiguration.BuilderLustreLogCreateConfiguration.Builder. level(LustreAccessAuditLogLevel level)Sets which data repository events are logged by Amazon FSx.LustreLogCreateConfiguration.BuilderLustreLogCreateConfiguration. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type LustreLogCreateConfiguration.Builder Modifier and Type Method Description static Class<? extends LustreLogCreateConfiguration.Builder>LustreLogCreateConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type LustreLogCreateConfiguration.Builder Modifier and Type Method Description default CreateFileSystemLustreConfiguration.BuilderCreateFileSystemLustreConfiguration.Builder. logConfiguration(Consumer<LustreLogCreateConfiguration.Builder> logConfiguration)The Lustre logging configuration used when creating an Amazon FSx for Lustre file system.default UpdateFileSystemLustreConfiguration.BuilderUpdateFileSystemLustreConfiguration.Builder. logConfiguration(Consumer<LustreLogCreateConfiguration.Builder> logConfiguration)The Lustre logging configuration used when updating an Amazon FSx for Lustre file system.
-