Uses of Interface
software.amazon.awssdk.services.cleanroomsml.model.LogsConfigurationPolicy.Builder
-
Packages that use LogsConfigurationPolicy.Builder Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of LogsConfigurationPolicy.Builder in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return LogsConfigurationPolicy.Builder Modifier and Type Method Description LogsConfigurationPolicy.BuilderLogsConfigurationPolicy.Builder. allowedAccountIds(String... allowedAccountIds)A list of account IDs that are allowed to access the logs.LogsConfigurationPolicy.BuilderLogsConfigurationPolicy.Builder. allowedAccountIds(Collection<String> allowedAccountIds)A list of account IDs that are allowed to access the logs.static LogsConfigurationPolicy.BuilderLogsConfigurationPolicy. builder()LogsConfigurationPolicy.BuilderLogsConfigurationPolicy.Builder. filterPattern(String filterPattern)A regular expression pattern that is used to parse the logs and return information that matches the pattern.LogsConfigurationPolicy.BuilderLogsConfigurationPolicy. toBuilder()Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type LogsConfigurationPolicy.Builder Modifier and Type Method Description static Class<? extends LogsConfigurationPolicy.Builder>LogsConfigurationPolicy. serializableBuilderClass()
-