public static interface UpdateContributorInsightsRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<UpdateContributorInsightsRequest.Builder,UpdateContributorInsightsRequest>
Modifier and Type | Method and Description |
---|---|
UpdateContributorInsightsRequest.Builder |
contributorInsightsAction(ContributorInsightsAction contributorInsightsAction)
Represents the contributor insights action.
|
UpdateContributorInsightsRequest.Builder |
contributorInsightsAction(String contributorInsightsAction)
Represents the contributor insights action.
|
UpdateContributorInsightsRequest.Builder |
indexName(String indexName)
The global secondary index name, if applicable.
|
UpdateContributorInsightsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateContributorInsightsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateContributorInsightsRequest.Builder |
tableName(String tableName)
The name of the table.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateContributorInsightsRequest.Builder tableName(String tableName)
The name of the table.
tableName
- The name of the table.UpdateContributorInsightsRequest.Builder indexName(String indexName)
The global secondary index name, if applicable.
indexName
- The global secondary index name, if applicable.UpdateContributorInsightsRequest.Builder contributorInsightsAction(String contributorInsightsAction)
Represents the contributor insights action.
contributorInsightsAction
- Represents the contributor insights action.ContributorInsightsAction
,
ContributorInsightsAction
UpdateContributorInsightsRequest.Builder contributorInsightsAction(ContributorInsightsAction contributorInsightsAction)
Represents the contributor insights action.
contributorInsightsAction
- Represents the contributor insights action.ContributorInsightsAction
,
ContributorInsightsAction
UpdateContributorInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateContributorInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.