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