static UpdateSecretRequest.Builder |
UpdateSecretRequest.builder() |
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.clientRequestToken(String clientRequestToken) |
If you include SecretString or SecretBinary, then Secrets Manager creates a new
version for the secret, and this parameter specifies the unique identifier for the new version.
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.description(String description) |
The description of the secret.
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.kmsKeyId(String kmsKeyId) |
The ARN, key ID, or alias of the KMS key that Secrets Manager uses to encrypt new secret versions as well as
any existing versions with the staging labels AWSCURRENT, AWSPENDING, or
AWSPREVIOUS.
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.secretBinary(SdkBytes secretBinary) |
The binary data to encrypt and store in the new version of the secret.
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.secretId(String secretId) |
The ARN or name of the secret.
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.secretString(String secretString) |
The text data to encrypt and store in the new version of the secret.
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.toBuilder() |
|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.type(String type) |
The exact string that identifies the third-party partner that holds the external secret.
|