Interface IntegerListConfigurationOptions.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<IntegerListConfigurationOptions.Builder,,IntegerListConfigurationOptions> SdkBuilder<IntegerListConfigurationOptions.Builder,,IntegerListConfigurationOptions> SdkPojo
- Enclosing class:
 IntegerListConfigurationOptions
@Mutable
@NotThreadSafe
public static interface IntegerListConfigurationOptions.Builder
extends SdkPojo, CopyableBuilder<IntegerListConfigurationOptions.Builder,IntegerListConfigurationOptions> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefaultValue(Integer... defaultValue) The Security Hub default value for a control parameter that is a list of integers.defaultValue(Collection<Integer> defaultValue) The Security Hub default value for a control parameter that is a list of integers.The maximum valid value for a control parameter that is a list of integers.The maximum number of list items that an interger list control parameter can accept.The minimum valid value for a control parameter that is a list of integers.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
defaultValue
The Security Hub default value for a control parameter that is a list of integers.
- Parameters:
 defaultValue- The Security Hub default value for a control parameter that is a list of integers.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
defaultValue
The Security Hub default value for a control parameter that is a list of integers.
- Parameters:
 defaultValue- The Security Hub default value for a control parameter that is a list of integers.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
min
The minimum valid value for a control parameter that is a list of integers.
- Parameters:
 min- The minimum valid value for a control parameter that is a list of integers.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
max
The maximum valid value for a control parameter that is a list of integers.
- Parameters:
 max- The maximum valid value for a control parameter that is a list of integers.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxItems
The maximum number of list items that an interger list control parameter can accept.
- Parameters:
 maxItems- The maximum number of list items that an interger list control parameter can accept.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -