Interface GuardrailTopicsTierConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailTopicsTierConfig.Builder,GuardrailTopicsTierConfig>,SdkBuilder<GuardrailTopicsTierConfig.Builder,GuardrailTopicsTierConfig>,SdkPojo
- Enclosing class:
- GuardrailTopicsTierConfig
@Mutable @NotThreadSafe public static interface GuardrailTopicsTierConfig.Builder extends SdkPojo, CopyableBuilder<GuardrailTopicsTierConfig.Builder,GuardrailTopicsTierConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailTopicsTierConfig.BuildertierName(String tierName)The tier that your guardrail uses for denied topic filters.GuardrailTopicsTierConfig.BuildertierName(GuardrailTopicsTierName tierName)The tier that your guardrail uses for denied topic filters.-
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 Detail
-
tierName
GuardrailTopicsTierConfig.Builder tierName(String tierName)
The tier that your guardrail uses for denied topic filters. Valid values include:
-
CLASSICtier – Provides established guardrails functionality supporting English, French, and Spanish languages. -
STANDARDtier – Provides a more robust solution than theCLASSICtier and has more comprehensive language support. This tier requires that your guardrail use cross-Region inference.
- Parameters:
tierName- The tier that your guardrail uses for denied topic filters. Valid values include:-
CLASSICtier – Provides established guardrails functionality supporting English, French, and Spanish languages. -
STANDARDtier – Provides a more robust solution than theCLASSICtier and has more comprehensive language support. This tier requires that your guardrail use cross-Region inference.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailTopicsTierName,GuardrailTopicsTierName
-
-
tierName
GuardrailTopicsTierConfig.Builder tierName(GuardrailTopicsTierName tierName)
The tier that your guardrail uses for denied topic filters. Valid values include:
-
CLASSICtier – Provides established guardrails functionality supporting English, French, and Spanish languages. -
STANDARDtier – Provides a more robust solution than theCLASSICtier and has more comprehensive language support. This tier requires that your guardrail use cross-Region inference.
- Parameters:
tierName- The tier that your guardrail uses for denied topic filters. Valid values include:-
CLASSICtier – Provides established guardrails functionality supporting English, French, and Spanish languages. -
STANDARDtier – Provides a more robust solution than theCLASSICtier and has more comprehensive language support. This tier requires that your guardrail use cross-Region inference.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailTopicsTierName,GuardrailTopicsTierName
-
-
-