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 that was created during the rotation.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CancelRotateSecretResponse.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 that was 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 that was 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 © 2019. All rights reserved.