public static interface UpdateContributorInsightsResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<UpdateContributorInsightsResponse.Builder,UpdateContributorInsightsResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateContributorInsightsResponse.Builder |
contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
The status of contributor insights
|
UpdateContributorInsightsResponse.Builder |
contributorInsightsStatus(String contributorInsightsStatus)
The status of contributor insights
|
UpdateContributorInsightsResponse.Builder |
indexName(String indexName)
The name of the global secondary index, if applicable.
|
UpdateContributorInsightsResponse.Builder |
tableName(String tableName)
The name of the table.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateContributorInsightsResponse.Builder tableName(String tableName)
The name of the table.
tableName - The name of the table.UpdateContributorInsightsResponse.Builder indexName(String indexName)
The name of the global secondary index, if applicable.
indexName - The name of the global secondary index, if applicable.UpdateContributorInsightsResponse.Builder contributorInsightsStatus(String contributorInsightsStatus)
The status of contributor insights
contributorInsightsStatus - The status of contributor insightsContributorInsightsStatus,
ContributorInsightsStatusUpdateContributorInsightsResponse.Builder contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
The status of contributor insights
contributorInsightsStatus - The status of contributor insightsContributorInsightsStatus,
ContributorInsightsStatusCopyright © 2022. All rights reserved.