public static class UpdateSecurityListDetails.Builder extends Object
Modifier and Type | Method and Description |
---|---|
UpdateSecurityListDetails |
build() |
UpdateSecurityListDetails.Builder |
copy(UpdateSecurityListDetails o) |
UpdateSecurityListDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
UpdateSecurityListDetails.Builder |
displayName(String displayName) |
UpdateSecurityListDetails.Builder |
egressSecurityRules(List<EgressSecurityRule> egressSecurityRules) |
UpdateSecurityListDetails.Builder |
freeformTags(Map<String,String> freeformTags) |
UpdateSecurityListDetails.Builder |
ingressSecurityRules(List<IngressSecurityRule> ingressSecurityRules) |
String |
toString() |
public UpdateSecurityListDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateSecurityListDetails.Builder displayName(String displayName)
public UpdateSecurityListDetails.Builder egressSecurityRules(List<EgressSecurityRule> egressSecurityRules)
public UpdateSecurityListDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateSecurityListDetails.Builder ingressSecurityRules(List<IngressSecurityRule> ingressSecurityRules)
public UpdateSecurityListDetails build()
public UpdateSecurityListDetails.Builder copy(UpdateSecurityListDetails o)
Copyright © 2016–2021. All rights reserved.