Class ListNetworkAclRulesOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ListNetworkAclRulesOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a ListNetworkAclRulesOptions.Set the direction.limit
(long limit) Set the limit.networkAclId
(String networkAclId) Set the networkAclId.Set the start.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
networkAclId
- the networkAclId
-
-
Method Details
-
build
Builds a ListNetworkAclRulesOptions.- Returns:
- the new ListNetworkAclRulesOptions instance
-
networkAclId
Set the networkAclId.- Parameters:
networkAclId
- the networkAclId- Returns:
- the ListNetworkAclRulesOptions builder
-
start
Set the start.- Parameters:
start
- the start- Returns:
- the ListNetworkAclRulesOptions builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListNetworkAclRulesOptions builder
-
direction
Set the direction.- Parameters:
direction
- the direction- Returns:
- the ListNetworkAclRulesOptions builder
-