Interface QueryTransformationConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QueryTransformationConfiguration.Builder,QueryTransformationConfiguration>,SdkBuilder<QueryTransformationConfiguration.Builder,QueryTransformationConfiguration>,SdkPojo
- Enclosing class:
- QueryTransformationConfiguration
@Mutable @NotThreadSafe public static interface QueryTransformationConfiguration.Builder extends SdkPojo, CopyableBuilder<QueryTransformationConfiguration.Builder,QueryTransformationConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryTransformationConfiguration.Buildertype(String type)The type of transformation to apply to the prompt.QueryTransformationConfiguration.Buildertype(QueryTransformationType type)The type of transformation to apply to the prompt.-
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
-
type
QueryTransformationConfiguration.Builder type(String type)
The type of transformation to apply to the prompt.
- Parameters:
type- The type of transformation to apply to the prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueryTransformationType,QueryTransformationType
-
type
QueryTransformationConfiguration.Builder type(QueryTransformationType type)
The type of transformation to apply to the prompt.
- Parameters:
type- The type of transformation to apply to the prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueryTransformationType,QueryTransformationType
-
-