Class ListFloatingIpsOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ListFloatingIpsOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a ListFloatingIpsOptions.limit
(long limit) Set the limit.resourceGroupId
(String resourceGroupId) Set the resourceGroupId.Set the sort.Set the start.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.
-
-
Method Details
-
build
Builds a ListFloatingIpsOptions.- Returns:
- the new ListFloatingIpsOptions instance
-
start
Set the start.- Parameters:
start
- the start- Returns:
- the ListFloatingIpsOptions builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListFloatingIpsOptions builder
-
resourceGroupId
Set the resourceGroupId.- Parameters:
resourceGroupId
- the resourceGroupId- Returns:
- the ListFloatingIpsOptions builder
-
sort
Set the sort.- Parameters:
sort
- the sort- Returns:
- the ListFloatingIpsOptions builder
-
targetId
Set the targetId.- Parameters:
targetId
- the targetId- Returns:
- the ListFloatingIpsOptions builder
-
targetCrn
Set the targetCrn.- Parameters:
targetCrn
- the targetCrn- Returns:
- the ListFloatingIpsOptions builder
-
targetName
Set the targetName.- Parameters:
targetName
- the targetName- Returns:
- the ListFloatingIpsOptions builder
-
targetResourceType
Set the targetResourceType.- Parameters:
targetResourceType
- the targetResourceType- Returns:
- the ListFloatingIpsOptions builder
-