public static final class ListKeyVersionsResponseBody.KeyVersion.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ListKeyVersionsResponseBody.KeyVersion |
build() |
ListKeyVersionsResponseBody.KeyVersion.Builder |
creationDate(String creationDate)
The date and time when the CMK version was created.
|
ListKeyVersionsResponseBody.KeyVersion.Builder |
keyId(String keyId)
The globally unique ID of the CMK.
|
ListKeyVersionsResponseBody.KeyVersion.Builder |
keyVersionId(String keyVersionId)
The globally unique ID of the CMK version.
|
public ListKeyVersionsResponseBody.KeyVersion.Builder creationDate(String creationDate)
public ListKeyVersionsResponseBody.KeyVersion.Builder keyId(String keyId)
> If you set the KeyId parameter to the alias of the CMK, the ID of the CMK to which the alias is bound is returned.
public ListKeyVersionsResponseBody.KeyVersion.Builder keyVersionId(String keyVersionId)
public ListKeyVersionsResponseBody.KeyVersion build()
Copyright © 2023. All rights reserved.