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 method that creates an instance of theRoleInfo.Builder avoiding the need to create one manually
via RoleInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #roleList(List.
roleList - a consumer that will call methods on
RoleInfo.Builder#roleList(java.util.Collection) Copyright © 2023. All rights reserved.