Interface RedisEnterpriseCloudConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RedisEnterpriseCloudConfiguration.Builder,RedisEnterpriseCloudConfiguration>,SdkBuilder<RedisEnterpriseCloudConfiguration.Builder,RedisEnterpriseCloudConfiguration>,SdkPojo
- Enclosing class:
- RedisEnterpriseCloudConfiguration
public static interface RedisEnterpriseCloudConfiguration.Builder extends SdkPojo, CopyableBuilder<RedisEnterpriseCloudConfiguration.Builder,RedisEnterpriseCloudConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RedisEnterpriseCloudConfiguration.BuildercredentialsSecretArn(String credentialsSecretArn)Sets the value of the CredentialsSecretArn property for this object.RedisEnterpriseCloudConfiguration.Builderendpoint(String endpoint)Sets the value of the Endpoint property for this object.default RedisEnterpriseCloudConfiguration.BuilderfieldMapping(Consumer<RedisEnterpriseCloudFieldMapping.Builder> fieldMapping)Sets the value of the FieldMapping property for this object.RedisEnterpriseCloudConfiguration.BuilderfieldMapping(RedisEnterpriseCloudFieldMapping fieldMapping)Sets the value of the FieldMapping property for this object.RedisEnterpriseCloudConfiguration.BuildervectorIndexName(String vectorIndexName)Sets the value of the VectorIndexName 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
-
endpoint
RedisEnterpriseCloudConfiguration.Builder endpoint(String endpoint)
Sets the value of the Endpoint property for this object.- Parameters:
endpoint- The new value for the Endpoint property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vectorIndexName
RedisEnterpriseCloudConfiguration.Builder vectorIndexName(String vectorIndexName)
Sets the value of the VectorIndexName property for this object.- Parameters:
vectorIndexName- The new value for the VectorIndexName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentialsSecretArn
RedisEnterpriseCloudConfiguration.Builder credentialsSecretArn(String credentialsSecretArn)
Sets the value of the CredentialsSecretArn property for this object.- Parameters:
credentialsSecretArn- The new value for the CredentialsSecretArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldMapping
RedisEnterpriseCloudConfiguration.Builder fieldMapping(RedisEnterpriseCloudFieldMapping fieldMapping)
Sets the value of the FieldMapping property for this object.- Parameters:
fieldMapping- The new value for the FieldMapping property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldMapping
default RedisEnterpriseCloudConfiguration.Builder fieldMapping(Consumer<RedisEnterpriseCloudFieldMapping.Builder> fieldMapping)
Sets the value of the FieldMapping property for this object. This is a convenience method that creates an instance of theRedisEnterpriseCloudFieldMapping.Builderavoiding the need to create one manually viaRedisEnterpriseCloudFieldMapping.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofieldMapping(RedisEnterpriseCloudFieldMapping).- Parameters:
fieldMapping- a consumer that will call methods onRedisEnterpriseCloudFieldMapping.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fieldMapping(RedisEnterpriseCloudFieldMapping)
-
-