public static interface ListAccountRolesResponse.Builder extends SsoResponse.Builder, SdkPojo, CopyableBuilder<ListAccountRolesResponse.Builder,ListAccountRolesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAccountRolesResponse.Builder |
nextToken(String nextToken)
The page token client that is used to retrieve the list of accounts.
|
ListAccountRolesResponse.Builder |
roleList(Collection<RoleInfo> roleList)
A paginated response with the list of roles and the next token if more results are available.
|
ListAccountRolesResponse.Builder |
roleList(Consumer<RoleInfo.Builder>... roleList)
A paginated response with the list of roles and the next token if more results are available.
|
ListAccountRolesResponse.Builder |
roleList(RoleInfo... roleList)
A paginated response with the list of roles and the next token if more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccountRolesResponse.Builder nextToken(String nextToken)
The page token client that is used to retrieve the list of accounts.
nextToken - The page token client that is used to retrieve the list of accounts.ListAccountRolesResponse.Builder roleList(Collection<RoleInfo> roleList)
A paginated response with the list of roles and the next token if more results are available.
roleList - A paginated response with the list of roles and the next token if more results are available.ListAccountRolesResponse.Builder roleList(RoleInfo... roleList)
A paginated response with the list of roles and the next token if more results are available.
roleList - A paginated response with the list of roles and the next token if more results are available.ListAccountRolesResponse.Builder roleList(Consumer<RoleInfo.Builder>... roleList)
A paginated response with the list of roles and the next token if more results are available.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #roleList(List) .roleList - a consumer that will call methods on List.Builder #roleList(List) Copyright © 2020. All rights reserved.