public static interface CancelRotateSecretResponse.Builder extends SecretsManagerResponse.Builder, SdkPojo, CopyableBuilder<CancelRotateSecretResponse.Builder,CancelRotateSecretResponse>
| Modifier and Type | Method and Description |
|---|---|
CancelRotateSecretResponse.Builder |
arn(String arn)
The ARN of the secret for which rotation was canceled.
|
CancelRotateSecretResponse.Builder |
name(String name)
The friendly name of the secret for which rotation was canceled.
|
CancelRotateSecretResponse.Builder |
versionId(String versionId)
The unique identifier of the version of the secret created during the rotation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelRotateSecretResponse.Builder arn(String arn)
The ARN of the secret for which rotation was canceled.
arn - The ARN of the secret for which rotation was canceled.CancelRotateSecretResponse.Builder name(String name)
The friendly name of the secret for which rotation was canceled.
name - The friendly name of the secret for which rotation was canceled.CancelRotateSecretResponse.Builder versionId(String versionId)
The unique identifier of the version of the secret created during the rotation. This version might not be
complete, and should be evaluated for possible deletion. At the very least, you should remove the
VersionStage value AWSPENDING to enable this version to be deleted. Failing to
clean up a cancelled rotation can block you from successfully starting future rotations.
versionId - The unique identifier of the version of the secret created during the rotation. This version might not
be complete, and should be evaluated for possible deletion. At the very least, you should remove the
VersionStage value AWSPENDING to enable this version to be deleted. Failing
to clean up a cancelled rotation can block you from successfully starting future rotations.Copyright © 2021. All rights reserved.