Interface GuardrailChecksContentFilterCategoryConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailChecksContentFilterCategoryConfig.Builder,,GuardrailChecksContentFilterCategoryConfig> SdkBuilder<GuardrailChecksContentFilterCategoryConfig.Builder,,GuardrailChecksContentFilterCategoryConfig> SdkPojo
- Enclosing class:
- GuardrailChecksContentFilterCategoryConfig
@Mutable
@NotThreadSafe
public static interface GuardrailChecksContentFilterCategoryConfig.Builder
extends SdkPojo, CopyableBuilder<GuardrailChecksContentFilterCategoryConfig.Builder,GuardrailChecksContentFilterCategoryConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe content filter category to evaluate.category(GuardrailChecksContentFilterCategory category) The content filter category to evaluate.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 filter category to evaluate.
- Parameters:
category- The content filter category to evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
category
GuardrailChecksContentFilterCategoryConfig.Builder category(GuardrailChecksContentFilterCategory category) The content filter category to evaluate.
- Parameters:
category- The content filter category to evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-