Uses of Interface
software.amazon.awssdk.services.dynamodb.model.UpdateContributorInsightsResponse.Builder
-
Packages that use UpdateContributorInsightsResponse.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of UpdateContributorInsightsResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return UpdateContributorInsightsResponse.Builder Modifier and Type Method Description static UpdateContributorInsightsResponse.Builder
UpdateContributorInsightsResponse. builder()
UpdateContributorInsightsResponse.Builder
UpdateContributorInsightsResponse.Builder. contributorInsightsStatus(String contributorInsightsStatus)
The status of contributor insightsUpdateContributorInsightsResponse.Builder
UpdateContributorInsightsResponse.Builder. contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
The status of contributor insightsUpdateContributorInsightsResponse.Builder
UpdateContributorInsightsResponse.Builder. indexName(String indexName)
The name of the global secondary index, if applicable.UpdateContributorInsightsResponse.Builder
UpdateContributorInsightsResponse.Builder. tableName(String tableName)
The name of the table.UpdateContributorInsightsResponse.Builder
UpdateContributorInsightsResponse. toBuilder()
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type UpdateContributorInsightsResponse.Builder Modifier and Type Method Description static Class<? extends UpdateContributorInsightsResponse.Builder>
UpdateContributorInsightsResponse. serializableBuilderClass()
-