Class FindRolesRequest.Builder
Object
Builder
- Enclosing class:
FindRolesRequest
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
but()
Deprecated.This method will be removed in the future.description
(String description) limit
(int limit) nameMatchMode
(MatchMode nameMatchMode) offset
(int offset) roleInheritanceMode
(FindRolesRequest.RoleInheritanceMode roleInheritanceMode) sortField
(RoleRequestSortField sortField) toString()
-
Field Details
-
offset
Deprecated.This field will become private in the next major release. -
limit
Deprecated.This field will become private in the next major release.
-
-
Method Details
-
offset
-
limit
-
but
Deprecated.This method will be removed in the future. Please, useFindRolesRequest.builder()
Clone method for this Builder. -
name
- Returns:
this
.
-
nameMatchMode
- Returns:
this
.
-
description
- Returns:
this
.
-
global
- Returns:
this
.
-
type
- Returns:
this
.
-
ownerId
- Returns:
this
.
-
roleInheritanceMode
public FindRolesRequest.Builder roleInheritanceMode(FindRolesRequest.RoleInheritanceMode roleInheritanceMode) - Returns:
this
.
-
sortField
- Returns:
this
.
-
sortOrder
- Returns:
this
.
-
build
-
toString
-