public final class RedisRegenerateKeyParameters extends Object
| Constructor and Description |
|---|
RedisRegenerateKeyParameters() |
| Modifier and Type | Method and Description |
|---|---|
RedisKeyType |
keyType()
Get the keyType property: The Redis access key to regenerate.
|
void |
validate()
Validates the instance.
|
RedisRegenerateKeyParameters |
withKeyType(RedisKeyType keyType)
Set the keyType property: The Redis access key to regenerate.
|
public RedisKeyType keyType()
public RedisRegenerateKeyParameters withKeyType(RedisKeyType keyType)
keyType - the keyType value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.