Interface ExactResponseFields.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExactResponseFields.Builder,ExactResponseFields>,SdkBuilder<ExactResponseFields.Builder,ExactResponseFields>,SdkPojo
- Enclosing class:
- ExactResponseFields
public static interface ExactResponseFields.Builder extends SdkPojo, CopyableBuilder<ExactResponseFields.Builder,ExactResponseFields>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExactResponseFields.BuilderanswerField(String answerField)The name of the field that contains the answer to the query made to the OpenSearch Service database.ExactResponseFields.BuilderquestionField(String questionField)The name of the field that contains the query made to the OpenSearch Service database.-
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, sdkFields
-
-
-
-
Method Detail
-
questionField
ExactResponseFields.Builder questionField(String questionField)
The name of the field that contains the query made to the OpenSearch Service database.
- Parameters:
questionField- The name of the field that contains the query made to the OpenSearch Service database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
answerField
ExactResponseFields.Builder answerField(String answerField)
The name of the field that contains the answer to the query made to the OpenSearch Service database.
- Parameters:
answerField- The name of the field that contains the answer to the query made to the OpenSearch Service database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-