public static class ListResourceInstancesOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceInstancesOptions |
build()
Builds a ListResourceInstancesOptions.
|
ListResourceInstancesOptions.Builder |
guid(String guid)
Set the guid.
|
ListResourceInstancesOptions.Builder |
limit(String limit)
Set the limit.
|
ListResourceInstancesOptions.Builder |
name(String name)
Set the name.
|
ListResourceInstancesOptions.Builder |
resourceGroupId(String resourceGroupId)
Set the resourceGroupId.
|
ListResourceInstancesOptions.Builder |
resourceId(String resourceId)
Set the resourceId.
|
ListResourceInstancesOptions.Builder |
resourcePlanId(String resourcePlanId)
Set the resourcePlanId.
|
ListResourceInstancesOptions.Builder |
subType(String subType)
Set the subType.
|
ListResourceInstancesOptions.Builder |
type(String type)
Set the type.
|
ListResourceInstancesOptions.Builder |
updatedFrom(String updatedFrom)
Set the updatedFrom.
|
ListResourceInstancesOptions.Builder |
updatedTo(String updatedTo)
Set the updatedTo.
|
public ListResourceInstancesOptions build()
public ListResourceInstancesOptions.Builder guid(String guid)
guid - the guidpublic ListResourceInstancesOptions.Builder name(String name)
name - the namepublic ListResourceInstancesOptions.Builder resourceGroupId(String resourceGroupId)
resourceGroupId - the resourceGroupIdpublic ListResourceInstancesOptions.Builder resourceId(String resourceId)
resourceId - the resourceIdpublic ListResourceInstancesOptions.Builder resourcePlanId(String resourcePlanId)
resourcePlanId - the resourcePlanIdpublic ListResourceInstancesOptions.Builder type(String type)
type - the typepublic ListResourceInstancesOptions.Builder subType(String subType)
subType - the subTypepublic ListResourceInstancesOptions.Builder limit(String limit)
limit - the limitpublic ListResourceInstancesOptions.Builder updatedFrom(String updatedFrom)
updatedFrom - the updatedFrompublic ListResourceInstancesOptions.Builder updatedTo(String updatedTo)
updatedTo - the updatedToCopyright © 2021 IBM Cloud Platform Services. All rights reserved.