Package com.oracle.bmc.vault.model
Class SecretReuseRule.Builder
- java.lang.Object
-
- com.oracle.bmc.vault.model.SecretReuseRule.Builder
-
- Enclosing class:
- SecretReuseRule
public static class SecretReuseRule.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
isEnforcedOnDeletedSecretVersions
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.- Parameters:
isEnforcedOnDeletedSecretVersions
- the value to set- Returns:
- this builder
-
build
public SecretReuseRule build()
-
copy
public SecretReuseRule.Builder copy(SecretReuseRule model)
-
-