Class ListProfilesOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ListProfilesOptions.Builder
-
- Enclosing class:
- ListProfilesOptions
public static class ListProfilesOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListProfilesOptions.BuilderaccountId(java.lang.String accountId)Set the accountId.ListProfilesOptionsbuild()Builds a ListProfilesOptions.ListProfilesOptions.Builderfilter(java.lang.String filter)Set the filter.ListProfilesOptions.BuilderincludeHistory(java.lang.Boolean includeHistory)Set the includeHistory.ListProfilesOptions.Buildername(java.lang.String name)Set the name.ListProfilesOptions.Builderorder(java.lang.String order)Set the order.ListProfilesOptions.Builderpagesize(long pagesize)Set the pagesize.ListProfilesOptions.Builderpagetoken(java.lang.String pagetoken)Set the pagetoken.ListProfilesOptions.Buildersort(java.lang.String sort)Set the sort.
-
-
-
Method Detail
-
build
public ListProfilesOptions build()
Builds a ListProfilesOptions.- Returns:
- the new ListProfilesOptions instance
-
accountId
public ListProfilesOptions.Builder accountId(java.lang.String accountId)
Set the accountId.- Parameters:
accountId- the accountId- Returns:
- the ListProfilesOptions builder
-
name
public ListProfilesOptions.Builder name(java.lang.String name)
Set the name.- Parameters:
name- the name- Returns:
- the ListProfilesOptions builder
-
pagesize
public ListProfilesOptions.Builder pagesize(long pagesize)
Set the pagesize.- Parameters:
pagesize- the pagesize- Returns:
- the ListProfilesOptions builder
-
sort
public ListProfilesOptions.Builder sort(java.lang.String sort)
Set the sort.- Parameters:
sort- the sort- Returns:
- the ListProfilesOptions builder
-
order
public ListProfilesOptions.Builder order(java.lang.String order)
Set the order.- Parameters:
order- the order- Returns:
- the ListProfilesOptions builder
-
includeHistory
public ListProfilesOptions.Builder includeHistory(java.lang.Boolean includeHistory)
Set the includeHistory.- Parameters:
includeHistory- the includeHistory- Returns:
- the ListProfilesOptions builder
-
pagetoken
public ListProfilesOptions.Builder pagetoken(java.lang.String pagetoken)
Set the pagetoken.- Parameters:
pagetoken- the pagetoken- Returns:
- the ListProfilesOptions builder
-
filter
public ListProfilesOptions.Builder filter(java.lang.String filter)
Set the filter.- Parameters:
filter- the filter- Returns:
- the ListProfilesOptions builder
-
-