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, sdkFields
copy
applyMutation, build
ContributorInsightsSummary.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
,
ContributorInsightsStatus
ContributorInsightsSummary.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
,
ContributorInsightsStatus
Copyright © 2021. All rights reserved.