Class ListServiceIdsOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ListServiceIdsOptions.Builder
-
- Enclosing class:
- ListServiceIdsOptions
public static class ListServiceIdsOptions.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 ListServiceIdsOptions.BuilderaccountId(java.lang.String accountId)Set the accountId.ListServiceIdsOptionsbuild()Builds a ListServiceIdsOptions.ListServiceIdsOptions.Builderfilter(java.lang.String filter)Set the filter.ListServiceIdsOptions.BuilderincludeHistory(java.lang.Boolean includeHistory)Set the includeHistory.ListServiceIdsOptions.Buildername(java.lang.String name)Set the name.ListServiceIdsOptions.Builderorder(java.lang.String order)Set the order.ListServiceIdsOptions.Builderpagesize(long pagesize)Set the pagesize.ListServiceIdsOptions.Builderpagetoken(java.lang.String pagetoken)Set the pagetoken.ListServiceIdsOptions.Buildersort(java.lang.String sort)Set the sort.
-
-
-
Method Detail
-
build
public ListServiceIdsOptions build()
Builds a ListServiceIdsOptions.- Returns:
- the new ListServiceIdsOptions instance
-
accountId
public ListServiceIdsOptions.Builder accountId(java.lang.String accountId)
Set the accountId.- Parameters:
accountId- the accountId- Returns:
- the ListServiceIdsOptions builder
-
name
public ListServiceIdsOptions.Builder name(java.lang.String name)
Set the name.- Parameters:
name- the name- Returns:
- the ListServiceIdsOptions builder
-
pagesize
public ListServiceIdsOptions.Builder pagesize(long pagesize)
Set the pagesize.- Parameters:
pagesize- the pagesize- Returns:
- the ListServiceIdsOptions builder
-
pagetoken
public ListServiceIdsOptions.Builder pagetoken(java.lang.String pagetoken)
Set the pagetoken.- Parameters:
pagetoken- the pagetoken- Returns:
- the ListServiceIdsOptions builder
-
sort
public ListServiceIdsOptions.Builder sort(java.lang.String sort)
Set the sort.- Parameters:
sort- the sort- Returns:
- the ListServiceIdsOptions builder
-
order
public ListServiceIdsOptions.Builder order(java.lang.String order)
Set the order.- Parameters:
order- the order- Returns:
- the ListServiceIdsOptions builder
-
includeHistory
public ListServiceIdsOptions.Builder includeHistory(java.lang.Boolean includeHistory)
Set the includeHistory.- Parameters:
includeHistory- the includeHistory- Returns:
- the ListServiceIdsOptions builder
-
filter
public ListServiceIdsOptions.Builder filter(java.lang.String filter)
Set the filter.- Parameters:
filter- the filter- Returns:
- the ListServiceIdsOptions builder
-
-