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