Interface QueryGenerationInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<QueryGenerationInput.Builder,,QueryGenerationInput> SdkBuilder<QueryGenerationInput.Builder,,QueryGenerationInput> SdkPojo
- Enclosing class:
QueryGenerationInput
@Mutable
@NotThreadSafe
public static interface QueryGenerationInput.Builder
extends SdkPojo, CopyableBuilder<QueryGenerationInput.Builder,QueryGenerationInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe text of the query.The type of the query.type(InputQueryType type) The type of the query.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, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of the query.
- Parameters:
type- The type of the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the query.
- Parameters:
type- The type of the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
text
The text of the query.
- Parameters:
text- The text of the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-