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