Package com.ibm.cloud.is.vpc.v1.model
Class ListDedicatedHostsOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.ListDedicatedHostsOptions.Builder
-
- Enclosing class:
- ListDedicatedHostsOptions
public static class ListDedicatedHostsOptions.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDedicatedHostsOptionsbuild()Builds a ListDedicatedHostsOptions.ListDedicatedHostsOptions.BuilderdedicatedHostGroupId(String dedicatedHostGroupId)Set the dedicatedHostGroupId.ListDedicatedHostsOptions.Builderlimit(long limit)Set the limit.ListDedicatedHostsOptions.Buildername(String name)Set the name.ListDedicatedHostsOptions.BuilderresourceGroupId(String resourceGroupId)Set the resourceGroupId.ListDedicatedHostsOptions.Builderstart(String start)Set the start.ListDedicatedHostsOptions.BuilderzoneName(String zoneName)Set the zoneName.
-
-
-
Method Detail
-
build
public ListDedicatedHostsOptions build()
Builds a ListDedicatedHostsOptions.- Returns:
- the new ListDedicatedHostsOptions instance
-
dedicatedHostGroupId
public ListDedicatedHostsOptions.Builder dedicatedHostGroupId(String dedicatedHostGroupId)
Set the dedicatedHostGroupId.- Parameters:
dedicatedHostGroupId- the dedicatedHostGroupId- Returns:
- the ListDedicatedHostsOptions builder
-
start
public ListDedicatedHostsOptions.Builder start(String start)
Set the start.- Parameters:
start- the start- Returns:
- the ListDedicatedHostsOptions builder
-
limit
public ListDedicatedHostsOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit- the limit- Returns:
- the ListDedicatedHostsOptions builder
-
resourceGroupId
public ListDedicatedHostsOptions.Builder resourceGroupId(String resourceGroupId)
Set the resourceGroupId.- Parameters:
resourceGroupId- the resourceGroupId- Returns:
- the ListDedicatedHostsOptions builder
-
zoneName
public ListDedicatedHostsOptions.Builder zoneName(String zoneName)
Set the zoneName.- Parameters:
zoneName- the zoneName- Returns:
- the ListDedicatedHostsOptions builder
-
name
public ListDedicatedHostsOptions.Builder name(String name)
Set the name.- Parameters:
name- the name- Returns:
- the ListDedicatedHostsOptions builder
-
-