Interface GuardrailContextualGroundingFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailContextualGroundingFilter.Builder,GuardrailContextualGroundingFilter>,SdkBuilder<GuardrailContextualGroundingFilter.Builder,GuardrailContextualGroundingFilter>,SdkPojo
- Enclosing class:
- GuardrailContextualGroundingFilter
public static interface GuardrailContextualGroundingFilter.Builder extends SdkPojo, CopyableBuilder<GuardrailContextualGroundingFilter.Builder,GuardrailContextualGroundingFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailContextualGroundingFilter.Builderthreshold(Double threshold)The threshold details for the guardrails contextual grounding filter.GuardrailContextualGroundingFilter.Buildertype(String type)The filter type details for the guardrails contextual grounding filter.GuardrailContextualGroundingFilter.Buildertype(GuardrailContextualGroundingFilterType type)The filter type details for the guardrails contextual grounding filter.-
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, sdkFields
-
-
-
-
Method Detail
-
type
GuardrailContextualGroundingFilter.Builder type(String type)
The filter type details for the guardrails contextual grounding filter.
- Parameters:
type- The filter type details for the guardrails contextual grounding filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailContextualGroundingFilterType,GuardrailContextualGroundingFilterType
-
type
GuardrailContextualGroundingFilter.Builder type(GuardrailContextualGroundingFilterType type)
The filter type details for the guardrails contextual grounding filter.
- Parameters:
type- The filter type details for the guardrails contextual grounding filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GuardrailContextualGroundingFilterType,GuardrailContextualGroundingFilterType
-
threshold
GuardrailContextualGroundingFilter.Builder threshold(Double threshold)
The threshold details for the guardrails contextual grounding filter.
- Parameters:
threshold- The threshold details for the guardrails contextual grounding filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-