public static interface RestoreSecretRequest.Builder extends SecretsManagerRequest.Builder, CopyableBuilder<RestoreSecretRequest.Builder,RestoreSecretRequest>
| Modifier and Type | Method and Description |
|---|---|
RestoreSecretRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RestoreSecretRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
RestoreSecretRequest.Builder |
secretId(String secretId)
Specifies the secret that you want to restore from a previously scheduled deletion.
|
buildoverrideConfigurationcopyapplyMutation, buildRestoreSecretRequest.Builder secretId(String secretId)
Specifies the secret that you want to restore from a previously scheduled deletion. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret.
secretId - Specifies the secret that you want to restore from a previously scheduled deletion. You can specify
either the Amazon Resource Name (ARN) or the friendly name of the secret.RestoreSecretRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RestoreSecretRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.