Interface ListContributorInsightsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListContributorInsightsRequest.Builder,ListContributorInsightsRequest>
,DynamoDbRequest.Builder
,SdkBuilder<ListContributorInsightsRequest.Builder,ListContributorInsightsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListContributorInsightsRequest
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.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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListContributorInsightsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListContributorInsightsRequest.Builder
tableName(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, sdkFields
-
-
-
-
Method Detail
-
tableName
ListContributorInsightsRequest.Builder tableName(String tableName)
The name of the table.
- Parameters:
tableName
- The name of the table.- 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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListContributorInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-