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