Interface RedisEnterpriseCloudFieldMapping.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RedisEnterpriseCloudFieldMapping.Builder,RedisEnterpriseCloudFieldMapping>,SdkBuilder<RedisEnterpriseCloudFieldMapping.Builder,RedisEnterpriseCloudFieldMapping>,SdkPojo
- Enclosing class:
- RedisEnterpriseCloudFieldMapping
public static interface RedisEnterpriseCloudFieldMapping.Builder extends SdkPojo, CopyableBuilder<RedisEnterpriseCloudFieldMapping.Builder,RedisEnterpriseCloudFieldMapping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedisEnterpriseCloudFieldMapping.BuildermetadataField(String metadataField)Sets the value of the MetadataField property for this object.RedisEnterpriseCloudFieldMapping.BuildertextField(String textField)Sets the value of the TextField property for this object.RedisEnterpriseCloudFieldMapping.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
-
vectorField
RedisEnterpriseCloudFieldMapping.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
RedisEnterpriseCloudFieldMapping.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
RedisEnterpriseCloudFieldMapping.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.
-
-