public static interface ListProfilesResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<ListProfilesResponse.Builder,ListProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProfilesResponse.Builder |
nextToken(String nextToken)
Returns a token that you can use to call
ListProfiles again and receive additional results, if
there are any. |
ListProfilesResponse.Builder |
profiles(Collection<ListedProfile> profiles)
Returns an array, where each item contains the details of a profile.
|
ListProfilesResponse.Builder |
profiles(Consumer<ListedProfile.Builder>... profiles)
Returns an array, where each item contains the details of a profile.
|
ListProfilesResponse.Builder |
profiles(ListedProfile... profiles)
Returns an array, where each item contains the details of a profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProfilesResponse.Builder nextToken(String nextToken)
Returns a token that you can use to call ListProfiles again and receive additional results, if
there are any.
nextToken - Returns a token that you can use to call ListProfiles again and receive additional
results, if there are any.ListProfilesResponse.Builder profiles(Collection<ListedProfile> profiles)
Returns an array, where each item contains the details of a profile.
profiles - Returns an array, where each item contains the details of a profile.ListProfilesResponse.Builder profiles(ListedProfile... profiles)
Returns an array, where each item contains the details of a profile.
profiles - Returns an array, where each item contains the details of a profile.ListProfilesResponse.Builder profiles(Consumer<ListedProfile.Builder>... profiles)
Returns an array, where each item contains the details of a profile.
This is a convenience method that creates an instance of theListedProfile.Builder avoiding the need to create one
manually via ListedProfile.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
ListedProfile.Builder#profiles(java.util.Collection) Copyright © 2023. All rights reserved.