public static final class CreateAliasRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateAliasRequest.Builder |
aliasName(String aliasName)
The alias of the CMK.
|
CreateAliasRequest |
build() |
CreateAliasRequest.Builder |
keyId(String keyId)
The ID of the CMK.
|
public CreateAliasRequest.Builder aliasName(String aliasName)
The alias must be 1 to 255 characters in length and must contain the prefix `alias/`. The alias cannot be prefixed with the reserved word `alias/acs`.
public CreateAliasRequest.Builder keyId(String keyId)
public CreateAliasRequest build()
Copyright © 2023. All rights reserved.