Interface DescribeContributorInsightsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeContributorInsightsRequest.Builder,DescribeContributorInsightsRequest>
,DynamoDbRequest.Builder
,SdkBuilder<DescribeContributorInsightsRequest.Builder,DescribeContributorInsightsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeContributorInsightsRequest
public static interface DescribeContributorInsightsRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeContributorInsightsRequest.Builder,DescribeContributorInsightsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeContributorInsightsRequest.Builder
indexName(String indexName)
The name of the global secondary index to describe, if applicable.DescribeContributorInsightsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeContributorInsightsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DescribeContributorInsightsRequest.Builder
tableName(String tableName)
The name of the table to describe.-
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
DescribeContributorInsightsRequest.Builder tableName(String tableName)
The name of the table to describe. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
- Parameters:
tableName
- The name of the table to describe. 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.
-
indexName
DescribeContributorInsightsRequest.Builder indexName(String indexName)
The name of the global secondary index to describe, if applicable.
- Parameters:
indexName
- The name of the global secondary index to describe, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeContributorInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeContributorInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-