public class UpdateRotationRequest extends GenericKmsRequest
| Constructor and Description |
|---|
UpdateRotationRequest() |
UpdateRotationRequest(String keyId,
int rotateCycle) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyId() |
int |
getRotateCycle() |
void |
setKeyId(String keyId) |
void |
setRotateCycle(int rotateCycle) |
UpdateRotationRequest |
withRequestCredentials(BceCredentials credentials)
Overrides abstract method withRequestCredentials(BceCredentials) in AbstractBceRequest
|
getRequestCredentials, setRequestCredentialspublic UpdateRotationRequest()
public UpdateRotationRequest(String keyId, int rotateCycle)
public UpdateRotationRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic void setKeyId(String keyId)
public String getKeyId()
public void setRotateCycle(int rotateCycle)
public int getRotateCycle()
Copyright © 2022. All rights reserved.