Package com.ibm.cloud.is.vpc.v1.model
Class UpdateNetworkAclRuleOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.UpdateNetworkAclRuleOptions.Builder
-
- Enclosing class:
- UpdateNetworkAclRuleOptions
public static class UpdateNetworkAclRuleOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateNetworkAclRuleOptions
build()
Builds a UpdateNetworkAclRuleOptions.UpdateNetworkAclRuleOptions.Builder
id(String id)
Set the id.UpdateNetworkAclRuleOptions.Builder
networkAclId(String networkAclId)
Set the networkAclId.UpdateNetworkAclRuleOptions.Builder
networkAclRulePatch(Map<String,Object> networkAclRulePatch)
Set the networkAclRulePatch.
-
-
-
Method Detail
-
build
public UpdateNetworkAclRuleOptions build()
Builds a UpdateNetworkAclRuleOptions.- Returns:
- the new UpdateNetworkAclRuleOptions instance
-
networkAclId
public UpdateNetworkAclRuleOptions.Builder networkAclId(String networkAclId)
Set the networkAclId.- Parameters:
networkAclId
- the networkAclId- Returns:
- the UpdateNetworkAclRuleOptions builder
-
id
public UpdateNetworkAclRuleOptions.Builder id(String id)
Set the id.- Parameters:
id
- the id- Returns:
- the UpdateNetworkAclRuleOptions builder
-
networkAclRulePatch
public UpdateNetworkAclRuleOptions.Builder networkAclRulePatch(Map<String,Object> networkAclRulePatch)
Set the networkAclRulePatch.- Parameters:
networkAclRulePatch
- the networkAclRulePatch- Returns:
- the UpdateNetworkAclRuleOptions builder
-
-