Interface EnumListConfigurationOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EnumListConfigurationOptions.Builder,
,EnumListConfigurationOptions> SdkBuilder<EnumListConfigurationOptions.Builder,
,EnumListConfigurationOptions> SdkPojo
- Enclosing class:
EnumListConfigurationOptions
@Mutable
@NotThreadSafe
public static interface EnumListConfigurationOptions.Builder
extends SdkPojo, CopyableBuilder<EnumListConfigurationOptions.Builder,EnumListConfigurationOptions>
-
Method Summary
Modifier and TypeMethodDescriptionallowedValues
(String... allowedValues) The valid values for a control parameter that is a list of enums.allowedValues
(Collection<String> allowedValues) The valid values for a control parameter that is a list of enums.defaultValue
(String... defaultValue) The Security Hub default value for a control parameter that is a list of enums.defaultValue
(Collection<String> defaultValue) The Security Hub default value for a control parameter that is a list of enums.The maximum number of list items that an enum list control parameter can accept.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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 enums.
- Parameters:
defaultValue
- The Security Hub default value for a control parameter that is a list of enums.- 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 enums.
- Parameters:
defaultValue
- The Security Hub default value for a control parameter that is a list of enums.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
The maximum number of list items that an enum list control parameter can accept.
- Parameters:
maxItems
- The maximum number of list items that an enum list control parameter can accept.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedValues
The valid values for a control parameter that is a list of enums.
- Parameters:
allowedValues
- The valid values for a control parameter that is a list of enums.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedValues
The valid values for a control parameter that is a list of enums.
- Parameters:
allowedValues
- The valid values for a control parameter that is a list of enums.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-