public static final class TagResourceRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
TagResourceRequest |
build() |
TagResourceRequest.Builder |
certificateId(String certificateId)
The ID of the certificate.
|
TagResourceRequest.Builder |
keyId(String keyId)
The ID of the customer master key (CMK).
|
TagResourceRequest.Builder |
secretName(String secretName)
The name of the secret.
|
TagResourceRequest.Builder |
tags(String tags)
One or more tags that you want to add.
|
public TagResourceRequest.Builder certificateId(String certificateId)
> You can configure only one of the KeyId, SecretName, and CertificateId parameters.
public TagResourceRequest.Builder keyId(String keyId)
> You can configure only one of the KeyId, SecretName, and CertificateId parameters.
public TagResourceRequest.Builder secretName(String secretName)
> You can configure only one of the KeyId, SecretName, and CertificateId parameters.
public TagResourceRequest.Builder tags(String tags)
Tag attributes: * TagKey: the tag key. * TagValue: the tag value.
public TagResourceRequest build()
Copyright © 2023. All rights reserved.