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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListContributorInsightsResponse.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 © 2021. All rights reserved.