public static class SecurityList.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SecurityList |
build() |
SecurityList.Builder |
compartmentId(String compartmentId) |
SecurityList.Builder |
copy(SecurityList o) |
SecurityList.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
SecurityList.Builder |
displayName(String displayName) |
SecurityList.Builder |
egressSecurityRules(List<EgressSecurityRule> egressSecurityRules) |
SecurityList.Builder |
freeformTags(Map<String,String> freeformTags) |
SecurityList.Builder |
id(String id) |
SecurityList.Builder |
ingressSecurityRules(List<IngressSecurityRule> ingressSecurityRules) |
SecurityList.Builder |
lifecycleState(SecurityList.LifecycleState lifecycleState) |
SecurityList.Builder |
timeCreated(Date timeCreated) |
SecurityList.Builder |
vcnId(String vcnId) |
public SecurityList.Builder compartmentId(String compartmentId)
public SecurityList.Builder displayName(String displayName)
public SecurityList.Builder egressSecurityRules(List<EgressSecurityRule> egressSecurityRules)
public SecurityList.Builder freeformTags(Map<String,String> freeformTags)
public SecurityList.Builder id(String id)
public SecurityList.Builder ingressSecurityRules(List<IngressSecurityRule> ingressSecurityRules)
public SecurityList.Builder lifecycleState(SecurityList.LifecycleState lifecycleState)
public SecurityList.Builder timeCreated(Date timeCreated)
public SecurityList.Builder vcnId(String vcnId)
public SecurityList build()
public SecurityList.Builder copy(SecurityList o)
Copyright © 2016–2019. All rights reserved.