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