public class EnableKeyRotationRequest extends AbstractModel
Constructor and Description |
---|
EnableKeyRotationRequest() |
EnableKeyRotationRequest(EnableKeyRotationRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getKeyId()
Get Unique CMK ID
|
Long |
getRotateDays()
Get The interval between each key rotation in days.
|
void |
setKeyId(String KeyId)
Set Unique CMK ID
|
void |
setRotateDays(Long RotateDays)
Set The interval between each key rotation in days.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public EnableKeyRotationRequest()
public EnableKeyRotationRequest(EnableKeyRotationRequest source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- Unique CMK IDpublic Long getRotateDays()
public void setRotateDays(Long RotateDays)
RotateDays
- The interval between each key rotation in days. Value range: 7 - 365 (default).Copyright © 2023. All rights reserved.