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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListContributorInsightsRequest.BuildermaxResults(Integer maxResults)Maximum number of results to return per page.ListContributorInsightsRequest.BuildernextToken(String nextToken)A token to for the desired page, if there is one.ListContributorInsightsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListContributorInsightsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListContributorInsightsRequest.BuildertableName(String tableName)The name of the table.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
tableName
ListContributorInsightsRequest.Builder tableName(String 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
ListContributorInsightsRequest.Builder nextToken(String 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
ListContributorInsightsRequest.Builder maxResults(Integer 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
-
-