Interface FirewallAdvancedContentCategoryConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FirewallAdvancedContentCategoryConfig.Builder,,FirewallAdvancedContentCategoryConfig> SdkBuilder<FirewallAdvancedContentCategoryConfig.Builder,,FirewallAdvancedContentCategoryConfig> SdkPojo
- Enclosing class:
FirewallAdvancedContentCategoryConfig
@Mutable
@NotThreadSafe
public static interface FirewallAdvancedContentCategoryConfig.Builder
extends SdkPojo, CopyableBuilder<FirewallAdvancedContentCategoryConfig.Builder,FirewallAdvancedContentCategoryConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe content category identifier.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
-
category
The content category identifier. To retrieve the list of available content categories, call ListFirewallRuleTypes with
RuleTypeset toFirewallAdvancedContentCategory.- Parameters:
category- The content category identifier. To retrieve the list of available content categories, call ListFirewallRuleTypes withRuleTypeset toFirewallAdvancedContentCategory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-