public static interface DescribeContributorInsightsRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeContributorInsightsRequest.Builder,DescribeContributorInsightsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeContributorInsightsRequest.Builder |
indexName(String indexName)
The name of the global secondary index to describe, if applicable.
|
DescribeContributorInsightsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeContributorInsightsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeContributorInsightsRequest.Builder |
tableName(String tableName)
The name of the table to describe.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeContributorInsightsRequest.Builder tableName(String tableName)
The name of the table to describe.
tableName
- The name of the table to describe.DescribeContributorInsightsRequest.Builder indexName(String indexName)
The name of the global secondary index to describe, if applicable.
indexName
- The name of the global secondary index to describe, if applicable.DescribeContributorInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeContributorInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.