public static interface ListContributorInsightsResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<ListContributorInsightsResponse.Builder,ListContributorInsightsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListContributorInsightsResponse.Builder |
contributorInsightsSummaries(Collection<ContributorInsightsSummary> contributorInsightsSummaries)
A list of ContributorInsightsSummary.
|
ListContributorInsightsResponse.Builder |
contributorInsightsSummaries(Consumer<ContributorInsightsSummary.Builder>... contributorInsightsSummaries)
A list of ContributorInsightsSummary.
|
ListContributorInsightsResponse.Builder |
contributorInsightsSummaries(ContributorInsightsSummary... contributorInsightsSummaries)
A list of ContributorInsightsSummary.
|
ListContributorInsightsResponse.Builder |
nextToken(String nextToken)
A token to go to the next page if there is one.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContributorInsightsResponse.Builder contributorInsightsSummaries(Collection<ContributorInsightsSummary> contributorInsightsSummaries)
A list of ContributorInsightsSummary.
contributorInsightsSummaries - A list of ContributorInsightsSummary.ListContributorInsightsResponse.Builder contributorInsightsSummaries(ContributorInsightsSummary... contributorInsightsSummaries)
A list of ContributorInsightsSummary.
contributorInsightsSummaries - A list of ContributorInsightsSummary.ListContributorInsightsResponse.Builder contributorInsightsSummaries(Consumer<ContributorInsightsSummary.Builder>... contributorInsightsSummaries)
A list of ContributorInsightsSummary.
This is a convenience 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 #contributorInsightsSummaries(List) .contributorInsightsSummaries - a consumer that will call methods on List.Builder #contributorInsightsSummaries(List) ListContributorInsightsResponse.Builder nextToken(String nextToken)
A token to go to the next page if there is one.
nextToken - A token to go to the next page if there is one.Copyright © 2022. All rights reserved.