public static interface ListProfilesResponse.Builder extends RolesAnywhereResponse.Builder, SdkPojo, CopyableBuilder<ListProfilesResponse.Builder,ListProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProfilesResponse.Builder |
nextToken(String nextToken)
A token that indicates where the output should continue from, if a previous operation did not show all
results.
|
ListProfilesResponse.Builder |
profiles(Collection<ProfileDetail> profiles)
A list of profiles.
|
ListProfilesResponse.Builder |
profiles(Consumer<ProfileDetail.Builder>... profiles)
A list of profiles.
|
ListProfilesResponse.Builder |
profiles(ProfileDetail... profiles)
A list of profiles.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProfilesResponse.Builder nextToken(String nextToken)
A token that indicates where the output should continue from, if a previous operation did not show all results. To get the next results, call the operation again with this value.
nextToken - A token that indicates where the output should continue from, if a previous operation did not show all
results. To get the next results, call the operation again with this value.ListProfilesResponse.Builder profiles(Collection<ProfileDetail> profiles)
A list of profiles.
profiles - A list of profiles.ListProfilesResponse.Builder profiles(ProfileDetail... profiles)
A list of profiles.
profiles - A list of profiles.ListProfilesResponse.Builder profiles(Consumer<ProfileDetail.Builder>... profiles)
A list of profiles.
This is a convenience method 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 #profiles(List) .profiles - a consumer that will call methods on List.Builder #profiles(List) Copyright © 2022. All rights reserved.