public static class CustomProtectionRule.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CustomProtectionRule |
build() |
CustomProtectionRule.Builder |
compartmentId(String compartmentId) |
CustomProtectionRule.Builder |
copy(CustomProtectionRule o) |
CustomProtectionRule.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
CustomProtectionRule.Builder |
description(String description) |
CustomProtectionRule.Builder |
displayName(String displayName) |
CustomProtectionRule.Builder |
freeformTags(Map<String,String> freeformTags) |
CustomProtectionRule.Builder |
id(String id) |
CustomProtectionRule.Builder |
lifecycleState(LifecycleStates lifecycleState) |
CustomProtectionRule.Builder |
modSecurityRuleIds(List<String> modSecurityRuleIds) |
CustomProtectionRule.Builder |
template(String template) |
CustomProtectionRule.Builder |
timeCreated(Date timeCreated) |
String |
toString() |
public CustomProtectionRule.Builder id(String id)
public CustomProtectionRule.Builder compartmentId(String compartmentId)
public CustomProtectionRule.Builder displayName(String displayName)
public CustomProtectionRule.Builder description(String description)
public CustomProtectionRule.Builder modSecurityRuleIds(List<String> modSecurityRuleIds)
public CustomProtectionRule.Builder template(String template)
public CustomProtectionRule.Builder lifecycleState(LifecycleStates lifecycleState)
public CustomProtectionRule.Builder timeCreated(Date timeCreated)
public CustomProtectionRule.Builder freeformTags(Map<String,String> freeformTags)
public CustomProtectionRule.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CustomProtectionRule build()
public CustomProtectionRule.Builder copy(CustomProtectionRule o)
Copyright © 2016–2021. All rights reserved.