public static class SecretReuseRule.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SecretReuseRule |
build() |
SecretReuseRule.Builder |
copy(SecretReuseRule model) |
SecretReuseRule.Builder |
isEnforcedOnDeletedSecretVersions(Boolean isEnforcedOnDeletedSecretVersions)
A property indicating whether the rule is applied even if the secret version with the
content you are trying to reuse was deleted.
|
public SecretReuseRule.Builder isEnforcedOnDeletedSecretVersions(Boolean isEnforcedOnDeletedSecretVersions)
A property indicating whether the rule is applied even if the secret version with the content you are trying to reuse was deleted.
isEnforcedOnDeletedSecretVersions
- the value to setpublic SecretReuseRule build()
public SecretReuseRule.Builder copy(SecretReuseRule model)
Copyright © 2016–2024. All rights reserved.