Class ListResourceInstancesOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.ListResourceInstancesOptions.Builder
-
- Enclosing class:
- ListResourceInstancesOptions
public static class ListResourceInstancesOptions.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListResourceInstancesOptionsbuild()Builds a ListResourceInstancesOptions.ListResourceInstancesOptions.Builderguid(java.lang.String guid)Set the guid.ListResourceInstancesOptions.Builderlimit(long limit)Set the limit.ListResourceInstancesOptions.Buildername(java.lang.String name)Set the name.ListResourceInstancesOptions.BuilderresourceGroupId(java.lang.String resourceGroupId)Set the resourceGroupId.ListResourceInstancesOptions.BuilderresourceId(java.lang.String resourceId)Set the resourceId.ListResourceInstancesOptions.BuilderresourcePlanId(java.lang.String resourcePlanId)Set the resourcePlanId.ListResourceInstancesOptions.Builderstart(java.lang.String start)Set the start.ListResourceInstancesOptions.Builderstate(java.lang.String state)Set the state.ListResourceInstancesOptions.BuildersubType(java.lang.String subType)Set the subType.ListResourceInstancesOptions.Buildertype(java.lang.String type)Set the type.ListResourceInstancesOptions.BuilderupdatedFrom(java.lang.String updatedFrom)Set the updatedFrom.ListResourceInstancesOptions.BuilderupdatedTo(java.lang.String updatedTo)Set the updatedTo.
-
-
-
Method Detail
-
build
public ListResourceInstancesOptions build()
Builds a ListResourceInstancesOptions.- Returns:
- the new ListResourceInstancesOptions instance
-
guid
public ListResourceInstancesOptions.Builder guid(java.lang.String guid)
Set the guid.- Parameters:
guid- the guid- Returns:
- the ListResourceInstancesOptions builder
-
name
public ListResourceInstancesOptions.Builder name(java.lang.String name)
Set the name.- Parameters:
name- the name- Returns:
- the ListResourceInstancesOptions builder
-
resourceGroupId
public ListResourceInstancesOptions.Builder resourceGroupId(java.lang.String resourceGroupId)
Set the resourceGroupId.- Parameters:
resourceGroupId- the resourceGroupId- Returns:
- the ListResourceInstancesOptions builder
-
resourceId
public ListResourceInstancesOptions.Builder resourceId(java.lang.String resourceId)
Set the resourceId.- Parameters:
resourceId- the resourceId- Returns:
- the ListResourceInstancesOptions builder
-
resourcePlanId
public ListResourceInstancesOptions.Builder resourcePlanId(java.lang.String resourcePlanId)
Set the resourcePlanId.- Parameters:
resourcePlanId- the resourcePlanId- Returns:
- the ListResourceInstancesOptions builder
-
type
public ListResourceInstancesOptions.Builder type(java.lang.String type)
Set the type.- Parameters:
type- the type- Returns:
- the ListResourceInstancesOptions builder
-
subType
public ListResourceInstancesOptions.Builder subType(java.lang.String subType)
Set the subType.- Parameters:
subType- the subType- Returns:
- the ListResourceInstancesOptions builder
-
limit
public ListResourceInstancesOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit- the limit- Returns:
- the ListResourceInstancesOptions builder
-
start
public ListResourceInstancesOptions.Builder start(java.lang.String start)
Set the start.- Parameters:
start- the start- Returns:
- the ListResourceInstancesOptions builder
-
state
public ListResourceInstancesOptions.Builder state(java.lang.String state)
Set the state.- Parameters:
state- the state- Returns:
- the ListResourceInstancesOptions builder
-
updatedFrom
public ListResourceInstancesOptions.Builder updatedFrom(java.lang.String updatedFrom)
Set the updatedFrom.- Parameters:
updatedFrom- the updatedFrom- Returns:
- the ListResourceInstancesOptions builder
-
updatedTo
public ListResourceInstancesOptions.Builder updatedTo(java.lang.String updatedTo)
Set the updatedTo.- Parameters:
updatedTo- the updatedTo- Returns:
- the ListResourceInstancesOptions builder
-
-