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
Modifier and TypeMethodDescriptionThe type of transformation to apply to the prompt.type
(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 Details
-
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:
-
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:
-