Interface ListContributorInsightsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListContributorInsightsResponse.Builder,
,ListContributorInsightsResponse> DynamoDbResponse.Builder
,SdkBuilder<ListContributorInsightsResponse.Builder,
,ListContributorInsightsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListContributorInsightsResponse
@Mutable
@NotThreadSafe
public static interface ListContributorInsightsResponse.Builder
extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<ListContributorInsightsResponse.Builder,ListContributorInsightsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncontributorInsightsSummaries
(Collection<ContributorInsightsSummary> contributorInsightsSummaries) A list of ContributorInsightsSummary.contributorInsightsSummaries
(Consumer<ContributorInsightsSummary.Builder>... contributorInsightsSummaries) A list of ContributorInsightsSummary.contributorInsightsSummaries
(ContributorInsightsSummary... contributorInsightsSummaries) A list of ContributorInsightsSummary.A token to go to the next page if there is one.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
contributorInsightsSummaries
ListContributorInsightsResponse.Builder contributorInsightsSummaries(Collection<ContributorInsightsSummary> contributorInsightsSummaries) A list of ContributorInsightsSummary.
- Parameters:
contributorInsightsSummaries
- A list of ContributorInsightsSummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contributorInsightsSummaries
ListContributorInsightsResponse.Builder contributorInsightsSummaries(ContributorInsightsSummary... contributorInsightsSummaries) A list of ContributorInsightsSummary.
- Parameters:
contributorInsightsSummaries
- A list of ContributorInsightsSummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contributorInsightsSummaries
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 viaContributorInsightsSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocontributorInsightsSummaries(List<ContributorInsightsSummary>)
.- Parameters:
contributorInsightsSummaries
- a consumer that will call methods onContributorInsightsSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token to go to the next page if there is one.
- Parameters:
nextToken
- A token to go to the next page if there is one.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-