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