public static interface RotateSecretResponse.Builder extends SecretsManagerResponse.Builder, CopyableBuilder<RotateSecretResponse.Builder,RotateSecretResponse>
| Modifier and Type | Method and Description |
|---|---|
RotateSecretResponse.Builder |
arn(String arn)
The ARN of the secret.
|
RotateSecretResponse.Builder |
name(String name)
The friendly name of the secret.
|
RotateSecretResponse.Builder |
versionId(String versionId)
The ID of the new version of the secret created by the rotation started by this request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildRotateSecretResponse.Builder arn(String arn)
The ARN of the secret.
arn - The ARN of the secret.RotateSecretResponse.Builder name(String name)
The friendly name of the secret.
name - The friendly name of the secret.RotateSecretResponse.Builder versionId(String versionId)
The ID of the new version of the secret created by the rotation started by this request.
versionId - The ID of the new version of the secret created by the rotation started by this request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.