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