Interface QueryGenerationInput.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<QueryGenerationInput.Builder,QueryGenerationInput>
,SdkBuilder<QueryGenerationInput.Builder,QueryGenerationInput>
,SdkPojo
- Enclosing class:
- QueryGenerationInput
public static interface QueryGenerationInput.Builder extends SdkPojo, CopyableBuilder<QueryGenerationInput.Builder,QueryGenerationInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryGenerationInput.Builder
text(String text)
The text of the query.QueryGenerationInput.Builder
type(String type)
The type of the query.QueryGenerationInput.Builder
type(InputQueryType type)
The type of the query.-
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
-
text
QueryGenerationInput.Builder text(String 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.
-
type
QueryGenerationInput.Builder type(String 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:
InputQueryType
,InputQueryType
-
type
QueryGenerationInput.Builder type(InputQueryType 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:
InputQueryType
,InputQueryType
-
-