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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListContributorInsightsResponse.BuildercontributorInsightsSummaries(Collection<ContributorInsightsSummary> contributorInsightsSummaries)A list of ContributorInsightsSummary.ListContributorInsightsResponse.BuildercontributorInsightsSummaries(Consumer<ContributorInsightsSummary.Builder>... contributorInsightsSummaries)A list of ContributorInsightsSummary.ListContributorInsightsResponse.BuildercontributorInsightsSummaries(ContributorInsightsSummary... contributorInsightsSummaries)A list of ContributorInsightsSummary.ListContributorInsightsResponse.BuildernextToken(String nextToken)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 Detail
-
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.Builderavoiding the need to create one manually viaContributorInsightsSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#contributorInsightsSummaries(List.) - 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:
#contributorInsightsSummaries(java.util.Collection)
-
nextToken
ListContributorInsightsResponse.Builder nextToken(String 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.
-
-