Class RedisUpdateParameters


  • public class RedisUpdateParameters
    extends Object
    Parameters supplied to the Update Redis operation.
    • Constructor Detail

      • RedisUpdateParameters

        public RedisUpdateParameters()
    • Method Detail

      • redisConfiguration

        public Map<String,​String> redisConfiguration()
        Get the redisConfiguration value.
        Returns:
        the redisConfiguration value
      • withRedisConfiguration

        public RedisUpdateParameters withRedisConfiguration​(Map<String,​String> redisConfiguration)
        Set the redisConfiguration value.
        Parameters:
        redisConfiguration - the redisConfiguration value to set
        Returns:
        the RedisUpdateParameters object itself.
      • enableNonSslPort

        public Boolean enableNonSslPort()
        Get the enableNonSslPort value.
        Returns:
        the enableNonSslPort value
      • withEnableNonSslPort

        public RedisUpdateParameters withEnableNonSslPort​(Boolean enableNonSslPort)
        Set the enableNonSslPort value.
        Parameters:
        enableNonSslPort - the enableNonSslPort value to set
        Returns:
        the RedisUpdateParameters object itself.
      • tenantSettings

        public Map<String,​String> tenantSettings()
        Get the tenantSettings value.
        Returns:
        the tenantSettings value
      • withTenantSettings

        public RedisUpdateParameters withTenantSettings​(Map<String,​String> tenantSettings)
        Set the tenantSettings value.
        Parameters:
        tenantSettings - the tenantSettings value to set
        Returns:
        the RedisUpdateParameters object itself.
      • shardCount

        public Integer shardCount()
        Get the shardCount value.
        Returns:
        the shardCount value
      • withShardCount

        public RedisUpdateParameters withShardCount​(Integer shardCount)
        Set the shardCount value.
        Parameters:
        shardCount - the shardCount value to set
        Returns:
        the RedisUpdateParameters object itself.
      • minimumTlsVersion

        public TlsVersion minimumTlsVersion()
        Get the minimumTlsVersion value.
        Returns:
        the minimumTlsVersion value
      • withMinimumTlsVersion

        public RedisUpdateParameters withMinimumTlsVersion​(TlsVersion minimumTlsVersion)
        Set the minimumTlsVersion value.
        Parameters:
        minimumTlsVersion - the minimumTlsVersion value to set
        Returns:
        the RedisUpdateParameters object itself.
      • sku

        public Sku sku()
        Get the sku value.
        Returns:
        the sku value
      • withSku

        public RedisUpdateParameters withSku​(Sku sku)
        Set the sku value.
        Parameters:
        sku - the sku value to set
        Returns:
        the RedisUpdateParameters object itself.
      • tags

        public Map<String,​String> tags()
        Get the tags value.
        Returns:
        the tags value
      • withTags

        public RedisUpdateParameters withTags​(Map<String,​String> tags)
        Set the tags value.
        Parameters:
        tags - the tags value to set
        Returns:
        the RedisUpdateParameters object itself.