public static interface ListProfileSharesResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<ListProfileSharesResponse.Builder,ListProfileSharesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProfileSharesResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListProfileSharesResponse.Builder |
profileShareSummaries(Collection<ProfileShareSummary> profileShareSummaries)
Profile share summaries.
|
ListProfileSharesResponse.Builder |
profileShareSummaries(Consumer<ProfileShareSummary.Builder>... profileShareSummaries)
Profile share summaries.
|
ListProfileSharesResponse.Builder |
profileShareSummaries(ProfileShareSummary... profileShareSummaries)
Profile share summaries.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProfileSharesResponse.Builder profileShareSummaries(Collection<ProfileShareSummary> profileShareSummaries)
Profile share summaries.
profileShareSummaries - Profile share summaries.ListProfileSharesResponse.Builder profileShareSummaries(ProfileShareSummary... profileShareSummaries)
Profile share summaries.
profileShareSummaries - Profile share summaries.ListProfileSharesResponse.Builder profileShareSummaries(Consumer<ProfileShareSummary.Builder>... profileShareSummaries)
Profile share summaries.
This is a convenience method that creates an instance of theProfileShareSummary.Builder avoiding the need
to create one manually via
ProfileShareSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #profileShareSummaries(List.
profileShareSummaries - a consumer that will call methods on
ProfileShareSummary.Builder#profileShareSummaries(java.util.Collection) ListProfileSharesResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.