Uses of Interface
software.amazon.awssdk.services.securitylake.model.LogSource.Builder
-
Packages that use LogSource.Builder Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of LogSource.Builder in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return LogSource.Builder Modifier and Type Method Description LogSource.BuilderLogSource.Builder. account(String account)Specify the account from which you want to collect logs.static LogSource.BuilderLogSource. builder()LogSource.BuilderLogSource.Builder. region(String region)Specify the Regions from which you want to collect logs.LogSource.BuilderLogSource.Builder. sources(Collection<LogSourceResource> sources)Specify the sources from which you want to collect logs.LogSource.BuilderLogSource.Builder. sources(Consumer<LogSourceResource.Builder>... sources)Specify the sources from which you want to collect logs.LogSource.BuilderLogSource.Builder. sources(LogSourceResource... sources)Specify the sources from which you want to collect logs.LogSource.BuilderLogSource. toBuilder()Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type LogSource.Builder Modifier and Type Method Description static Class<? extends LogSource.Builder>LogSource. serializableBuilderClass()
-