Class UpdateNetworkAclRuleOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.UpdateNetworkAclRuleOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a UpdateNetworkAclRuleOptions.Set the id.networkAclId
(String networkAclId) Set the networkAclId.networkAclRulePatch
(Map<String, Object> networkAclRulePatch) Set the networkAclRulePatch.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
-
-
Method Details
-
build
Builds a UpdateNetworkAclRuleOptions.- Returns:
- the new UpdateNetworkAclRuleOptions instance
-
networkAclId
Set the networkAclId.- Parameters:
networkAclId
- the networkAclId- Returns:
- the UpdateNetworkAclRuleOptions builder
-
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
-