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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretReuseRulebuild()SecretReuseRule.Buildercopy(SecretReuseRule model)SecretReuseRule.BuilderisEnforcedOnDeletedSecretVersions(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- 
isEnforcedOnDeletedSecretVersionspublic 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
 
 - 
buildpublic SecretReuseRule build() 
 - 
copypublic SecretReuseRule.Builder copy(SecretReuseRule model) 
 
- 
 
-