public static interface CancelRotateSecretRequest.Builder extends SecretsManagerRequest.Builder, CopyableBuilder<CancelRotateSecretRequest.Builder,CancelRotateSecretRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelRotateSecretRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CancelRotateSecretRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CancelRotateSecretRequest.Builder |
secretId(String secretId)
Specifies the secret for which you want to cancel a rotation request.
|
buildoverrideConfigurationcopyapplyMutation, buildCancelRotateSecretRequest.Builder secretId(String secretId)
Specifies the secret for which you want to cancel a rotation request. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret.
secretId - Specifies the secret for which you want to cancel a rotation request. You can specify either the
Amazon Resource Name (ARN) or the friendly name of the secret.CancelRotateSecretRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CancelRotateSecretRequest.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.