public static interface RestoreSecretResponse.Builder extends SecretsManagerResponse.Builder, SdkPojo, CopyableBuilder<RestoreSecretResponse.Builder,RestoreSecretResponse>
| Modifier and Type | Method and Description |
|---|---|
RestoreSecretResponse.Builder |
arn(String arn)
The ARN of the secret that was restored.
|
RestoreSecretResponse.Builder |
name(String name)
The name of the secret that was restored.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreSecretResponse.Builder arn(String arn)
The ARN of the secret that was restored.
arn - The ARN of the secret that was restored.RestoreSecretResponse.Builder name(String name)
The name of the secret that was restored.
name - The name of the secret that was restored.Copyright © 2022. All rights reserved.