public static interface ContributorInsightsSummary.Builder extends SdkPojo, CopyableBuilder<ContributorInsightsSummary.Builder,ContributorInsightsSummary>
| Modifier and Type | Method and Description |
|---|---|
ContributorInsightsSummary.Builder |
contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
Describes the current status for contributor insights for the given table and index, if applicable.
|
ContributorInsightsSummary.Builder |
contributorInsightsStatus(String contributorInsightsStatus)
Describes the current status for contributor insights for the given table and index, if applicable.
|
ContributorInsightsSummary.Builder |
indexName(String indexName)
Name of the index associated with the summary, if any.
|
ContributorInsightsSummary.Builder |
tableName(String tableName)
Name of the table associated with the summary.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContributorInsightsSummary.Builder tableName(String tableName)
Name of the table associated with the summary.
tableName - Name of the table associated with the summary.ContributorInsightsSummary.Builder indexName(String indexName)
Name of the index associated with the summary, if any.
indexName - Name of the index associated with the summary, if any.ContributorInsightsSummary.Builder contributorInsightsStatus(String contributorInsightsStatus)
Describes the current status for contributor insights for the given table and index, if applicable.
contributorInsightsStatus - Describes the current status for contributor insights for the given table and index, if applicable.ContributorInsightsStatus,
ContributorInsightsStatusContributorInsightsSummary.Builder contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
Describes the current status for contributor insights for the given table and index, if applicable.
contributorInsightsStatus - Describes the current status for contributor insights for the given table and index, if applicable.ContributorInsightsStatus,
ContributorInsightsStatusCopyright © 2022. All rights reserved.