Class ListSecurityGroupsOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ListSecurityGroupsOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a ListSecurityGroupsOptions.limit
(long limit) Set the limit.resourceGroupId
(String resourceGroupId) Set the resourceGroupId.Set the start.Set the vpcCrn.Set the vpcId.Set the vpcName.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a ListSecurityGroupsOptions.- Returns:
- the new ListSecurityGroupsOptions instance
-
start
Set the start.- Parameters:
start
- the start- Returns:
- the ListSecurityGroupsOptions builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListSecurityGroupsOptions builder
-
resourceGroupId
Set the resourceGroupId.- Parameters:
resourceGroupId
- the resourceGroupId- Returns:
- the ListSecurityGroupsOptions builder
-
vpcId
Set the vpcId.- Parameters:
vpcId
- the vpcId- Returns:
- the ListSecurityGroupsOptions builder
-
vpcCrn
Set the vpcCrn.- Parameters:
vpcCrn
- the vpcCrn- Returns:
- the ListSecurityGroupsOptions builder
-
vpcName
Set the vpcName.- Parameters:
vpcName
- the vpcName- Returns:
- the ListSecurityGroupsOptions builder
-