public class RegenerateAccessKeyParameters extends Object
Constructor and Description |
---|
RegenerateAccessKeyParameters() |
Modifier and Type | Method and Description |
---|---|
String |
key()
Get optional, if the key value provided, is set for KeyType or autogenerated Key value set for keyType.
|
KeyType |
keyType()
Get the access key to regenerate.
|
RegenerateAccessKeyParameters |
withKey(String key)
Set optional, if the key value provided, is set for KeyType or autogenerated Key value set for keyType.
|
RegenerateAccessKeyParameters |
withKeyType(KeyType keyType)
Set the access key to regenerate.
|
public KeyType keyType()
public RegenerateAccessKeyParameters withKeyType(KeyType keyType)
keyType
- the keyType value to setpublic String key()
public RegenerateAccessKeyParameters withKey(String key)
key
- the key value to setCopyright © 2019. All rights reserved.