public static interface CancelRotateSecretRequest.Builder extends SecretsManagerRequest.Builder, SdkPojo, CopyableBuilder<CancelRotateSecretRequest.Builder,CancelRotateSecretRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelRotateSecretRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelRotateSecretRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelRotateSecretRequest.Builder |
secretId(String secretId)
Specifies the secret to cancel a rotation request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelRotateSecretRequest.Builder secretId(String secretId)
Specifies the secret to cancel a rotation request. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN.
secretId - Specifies the secret to cancel a rotation request. You can specify either the Amazon Resource Name
(ARN) or the friendly name of the secret.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN.
CancelRotateSecretRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCancelRotateSecretRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.