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.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 ListResourceInstancesOptions
build()
Builds a ListResourceInstancesOptions.ListResourceInstancesOptions.Builder
guid(java.lang.String guid)
Set the guid.ListResourceInstancesOptions.Builder
limit(long limit)
Set the limit.ListResourceInstancesOptions.Builder
name(java.lang.String name)
Set the name.ListResourceInstancesOptions.Builder
resourceGroupId(java.lang.String resourceGroupId)
Set the resourceGroupId.ListResourceInstancesOptions.Builder
resourceId(java.lang.String resourceId)
Set the resourceId.ListResourceInstancesOptions.Builder
resourcePlanId(java.lang.String resourcePlanId)
Set the resourcePlanId.ListResourceInstancesOptions.Builder
start(java.lang.String start)
Set the start.ListResourceInstancesOptions.Builder
state(java.lang.String state)
Set the state.ListResourceInstancesOptions.Builder
subType(java.lang.String subType)
Set the subType.ListResourceInstancesOptions.Builder
type(java.lang.String type)
Set the type.ListResourceInstancesOptions.Builder
updatedFrom(java.lang.String updatedFrom)
Set the updatedFrom.ListResourceInstancesOptions.Builder
updatedTo(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
-
-