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