public final class RegenerateAccessKeyParameters extends Object
| Constructor and Description |
|---|
RegenerateAccessKeyParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
key()
Get the key property: Optional, if the key value provided, is reset for KeyType value or autogenerate Key value
set for keyType.
|
KeyType |
keyType()
Get the keyType property: The access key to regenerate.
|
void |
validate()
Validates the instance.
|
RegenerateAccessKeyParameters |
withKey(String key)
Set the key property: Optional, if the key value provided, is reset for KeyType value or autogenerate Key value
set for keyType.
|
RegenerateAccessKeyParameters |
withKeyType(KeyType keyType)
Set the keyType property: The access key to regenerate.
|
public KeyType keyType()
public RegenerateAccessKeyParameters withKeyType(KeyType keyType)
keyType - the keyType value to set.public String key()
public RegenerateAccessKeyParameters withKey(String key)
key - the key value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.