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