public static interface RestoreSecretResponse.Builder extends SecretsManagerResponse.Builder, 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 friendly name of the secret that was restored.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
RestoreSecretResponse.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 friendly name of the secret that was restored.
name
- The friendly name of the secret that was restored.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.