public static interface DeleteSecretResponse.Builder extends SecretsManagerResponse.Builder, SdkPojo, CopyableBuilder<DeleteSecretResponse.Builder,DeleteSecretResponse>
Modifier and Type | Method and Description |
---|---|
DeleteSecretResponse.Builder |
arn(String arn)
The ARN of the secret.
|
DeleteSecretResponse.Builder |
deletionDate(Instant deletionDate)
The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no
longer be restored.
|
DeleteSecretResponse.Builder |
name(String name)
The name of the secret.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteSecretResponse.Builder arn(String arn)
The ARN of the secret.
arn
- The ARN of the secret.DeleteSecretResponse.Builder name(String name)
The name of the secret.
name
- The name of the secret.DeleteSecretResponse.Builder deletionDate(Instant deletionDate)
The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no
longer be restored. This value is the date and time of the delete request plus the number of days in
RecoveryWindowInDays
.
deletionDate
- The date and time after which this secret Secrets Manager can permanently delete this secret, and it
can no longer be restored. This value is the date and time of the delete request plus the number of
days in RecoveryWindowInDays
.Copyright © 2023. All rights reserved.