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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListContributorInsightsRequest.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.Builder
ListContributorInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.