Interface ListContributorInsightsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListContributorInsightsRequest.Builder,,ListContributorInsightsRequest> DynamoDbRequest.Builder,SdkBuilder<ListContributorInsightsRequest.Builder,,ListContributorInsightsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListContributorInsightsRequest
@Mutable
@NotThreadSafe
public static interface ListContributorInsightsRequest.Builder
extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ListContributorInsightsRequest.Builder,ListContributorInsightsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) Maximum number of results to return per page.A token to for the desired page, if there is one.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name of the table.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tableName
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
- Parameters:
tableName- The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token to for the desired page, if there is one.
- Parameters:
nextToken- A token to for the desired page, if there is one.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Maximum number of results to return per page.
- Parameters:
maxResults- Maximum number of results to return per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListContributorInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListContributorInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-