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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateContributorInsightsResponse.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
,
ContributorInsightsStatus
UpdateContributorInsightsResponse.Builder contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
The status of contributor insights
contributorInsightsStatus
- The status of contributor insightsContributorInsightsStatus
,
ContributorInsightsStatus
Copyright © 2020. All rights reserved.