public static interface UpdateSecretResponse.Builder extends SecretsManagerResponse.Builder, SdkPojo, CopyableBuilder<UpdateSecretResponse.Builder,UpdateSecretResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateSecretResponse.Builder |
arn(String arn)
The ARN of the secret that was updated.
|
UpdateSecretResponse.Builder |
name(String name)
The name of the secret that was updated.
|
UpdateSecretResponse.Builder |
versionId(String versionId)
If Secrets Manager created a new version of the secret during this operation, then
VersionId
contains the unique identifier of the new version. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSecretResponse.Builder arn(String arn)
The ARN of the secret that was updated.
arn - The ARN of the secret that was updated.UpdateSecretResponse.Builder name(String name)
The name of the secret that was updated.
name - The name of the secret that was updated.UpdateSecretResponse.Builder versionId(String versionId)
If Secrets Manager created a new version of the secret during this operation, then VersionId
contains the unique identifier of the new version.
versionId - If Secrets Manager created a new version of the secret during this operation, then
VersionId contains the unique identifier of the new version.Copyright © 2022. All rights reserved.