Uses of Interface
software.amazon.awssdk.services.securityhub.model.IntegerListConfigurationOptions.Builder
-
Packages that use IntegerListConfigurationOptions.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of IntegerListConfigurationOptions.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return IntegerListConfigurationOptions.Builder Modifier and Type Method Description static IntegerListConfigurationOptions.BuilderIntegerListConfigurationOptions. builder()IntegerListConfigurationOptions.BuilderIntegerListConfigurationOptions.Builder. defaultValue(Integer... defaultValue)The Security Hub default value for a control parameter that is a list of integers.IntegerListConfigurationOptions.BuilderIntegerListConfigurationOptions.Builder. defaultValue(Collection<Integer> defaultValue)The Security Hub default value for a control parameter that is a list of integers.IntegerListConfigurationOptions.BuilderIntegerListConfigurationOptions.Builder. max(Integer max)The maximum valid value for a control parameter that is a list of integers.IntegerListConfigurationOptions.BuilderIntegerListConfigurationOptions.Builder. maxItems(Integer maxItems)The maximum number of list items that an interger list control parameter can accept.IntegerListConfigurationOptions.BuilderIntegerListConfigurationOptions.Builder. min(Integer min)The minimum valid value for a control parameter that is a list of integers.IntegerListConfigurationOptions.BuilderIntegerListConfigurationOptions. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type IntegerListConfigurationOptions.Builder Modifier and Type Method Description static Class<? extends IntegerListConfigurationOptions.Builder>IntegerListConfigurationOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type IntegerListConfigurationOptions.Builder Modifier and Type Method Description static ConfigurationOptionsConfigurationOptions. fromIntegerList(Consumer<IntegerListConfigurationOptions.Builder> integerList)Create an instance of this class withConfigurationOptions.integerList()initialized to the given value.default ConfigurationOptions.BuilderConfigurationOptions.Builder. integerList(Consumer<IntegerListConfigurationOptions.Builder> integerList)The options for customizing a security control parameter that is a list of integers.
-