public static interface ListContributorInsightsRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ListContributorInsightsRequest.Builder,ListContributorInsightsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListContributorInsightsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return per page.
|
ListContributorInsightsRequest.Builder |
nextToken(String nextToken)
A token to for the desired page, if there is one.
|
ListContributorInsightsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListContributorInsightsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListContributorInsightsRequest.Builder |
tableName(String tableName)
The name of the table.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContributorInsightsRequest.Builder tableName(String tableName)
The name of the table.
tableName - The name of the table.ListContributorInsightsRequest.Builder nextToken(String nextToken)
A token to for the desired page, if there is one.
nextToken - A token to for the desired page, if there is one.ListContributorInsightsRequest.Builder maxResults(Integer maxResults)
Maximum number of results to return per page.
maxResults - Maximum number of results to return per page.ListContributorInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListContributorInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.