Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ListContributorInsightsRequest.Builder
-
Packages that use ListContributorInsightsRequest.Builder Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.model -
-
Uses of ListContributorInsightsRequest.Builder in software.amazon.awssdk.services.dynamodb
-
Uses of ListContributorInsightsRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ListContributorInsightsRequest.Builder Modifier and Type Method Description static ListContributorInsightsRequest.BuilderListContributorInsightsRequest. builder()ListContributorInsightsRequest.BuilderListContributorInsightsRequest.Builder. maxResults(Integer maxResults)Maximum number of results to return per page.ListContributorInsightsRequest.BuilderListContributorInsightsRequest.Builder. nextToken(String nextToken)A token to for the desired page, if there is one.ListContributorInsightsRequest.BuilderListContributorInsightsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListContributorInsightsRequest.BuilderListContributorInsightsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListContributorInsightsRequest.BuilderListContributorInsightsRequest.Builder. tableName(String tableName)The name of the table.ListContributorInsightsRequest.BuilderListContributorInsightsRequest. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ListContributorInsightsRequest.Builder Modifier and Type Method Description static Class<? extends ListContributorInsightsRequest.Builder>ListContributorInsightsRequest. serializableBuilderClass()
-