Interface QueryTransformationConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<QueryTransformationConfiguration.Builder,,QueryTransformationConfiguration> SdkBuilder<QueryTransformationConfiguration.Builder,,QueryTransformationConfiguration> SdkPojo
- Enclosing class:
 QueryTransformationConfiguration
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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:
 
 
 -