Interface PineconeFieldMapping.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PineconeFieldMapping.Builder,PineconeFieldMapping>,SdkBuilder<PineconeFieldMapping.Builder,PineconeFieldMapping>,SdkPojo
- Enclosing class:
- PineconeFieldMapping
public static interface PineconeFieldMapping.Builder extends SdkPojo, CopyableBuilder<PineconeFieldMapping.Builder,PineconeFieldMapping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PineconeFieldMapping.BuildermetadataField(String metadataField)Sets the value of the MetadataField property for this object.PineconeFieldMapping.BuildertextField(String textField)Sets the value of the TextField property for this object.-
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
-
textField
PineconeFieldMapping.Builder textField(String textField)
Sets the value of the TextField property for this object.- Parameters:
textField- The new value for the TextField property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataField
PineconeFieldMapping.Builder metadataField(String metadataField)
Sets the value of the MetadataField property for this object.- Parameters:
metadataField- The new value for the MetadataField property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-