Class ListResourceKeysForInstanceOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.ListResourceKeysForInstanceOptions.Builder
-
- Enclosing class:
- ListResourceKeysForInstanceOptions
public static class ListResourceKeysForInstanceOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListResourceKeysForInstanceOptionsbuild()Builds a ListResourceKeysForInstanceOptions.ListResourceKeysForInstanceOptions.Builderid(java.lang.String id)Set the id.ListResourceKeysForInstanceOptions.Builderlimit(long limit)Set the limit.ListResourceKeysForInstanceOptions.Builderstart(java.lang.String start)Set the start.
-
-
-
Method Detail
-
build
public ListResourceKeysForInstanceOptions build()
Builds a ListResourceKeysForInstanceOptions.- Returns:
- the new ListResourceKeysForInstanceOptions instance
-
id
public ListResourceKeysForInstanceOptions.Builder id(java.lang.String id)
Set the id.- Parameters:
id- the id- Returns:
- the ListResourceKeysForInstanceOptions builder
-
limit
public ListResourceKeysForInstanceOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit- the limit- Returns:
- the ListResourceKeysForInstanceOptions builder
-
start
public ListResourceKeysForInstanceOptions.Builder start(java.lang.String start)
Set the start.- Parameters:
start- the start- Returns:
- the ListResourceKeysForInstanceOptions builder
-
-