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.BuilderUpdateContributorInsightsResponse. builder()UpdateContributorInsightsResponse.BuilderUpdateContributorInsightsResponse.Builder. contributorInsightsStatus(String contributorInsightsStatus)The status of contributor insightsUpdateContributorInsightsResponse.BuilderUpdateContributorInsightsResponse.Builder. contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)The status of contributor insightsUpdateContributorInsightsResponse.BuilderUpdateContributorInsightsResponse.Builder. indexName(String indexName)The name of the global secondary index, if applicable.UpdateContributorInsightsResponse.BuilderUpdateContributorInsightsResponse.Builder. tableName(String tableName)The name of the table.UpdateContributorInsightsResponse.BuilderUpdateContributorInsightsResponse. 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()
-