Interface UpdateContributorInsightsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateContributorInsightsRequest.Builder,UpdateContributorInsightsRequest>,DynamoDbRequest.Builder,SdkBuilder<UpdateContributorInsightsRequest.Builder,UpdateContributorInsightsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateContributorInsightsRequest
public static interface UpdateContributorInsightsRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<UpdateContributorInsightsRequest.Builder,UpdateContributorInsightsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateContributorInsightsRequest.BuildercontributorInsightsAction(String contributorInsightsAction)Represents the contributor insights action.UpdateContributorInsightsRequest.BuildercontributorInsightsAction(ContributorInsightsAction contributorInsightsAction)Represents the contributor insights action.UpdateContributorInsightsRequest.BuilderindexName(String indexName)The global secondary index name, if applicable.UpdateContributorInsightsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateContributorInsightsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateContributorInsightsRequest.BuildertableName(String tableName)The name of the table.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
tableName
UpdateContributorInsightsRequest.Builder tableName(String tableName)
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
- Parameters:
tableName- The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexName
UpdateContributorInsightsRequest.Builder indexName(String indexName)
The global secondary index name, if applicable.
- Parameters:
indexName- The global secondary index name, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contributorInsightsAction
UpdateContributorInsightsRequest.Builder contributorInsightsAction(String contributorInsightsAction)
Represents the contributor insights action.
- Parameters:
contributorInsightsAction- Represents the contributor insights action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContributorInsightsAction,ContributorInsightsAction
-
contributorInsightsAction
UpdateContributorInsightsRequest.Builder contributorInsightsAction(ContributorInsightsAction contributorInsightsAction)
Represents the contributor insights action.
- Parameters:
contributorInsightsAction- Represents the contributor insights action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContributorInsightsAction,ContributorInsightsAction
-
overrideConfiguration
UpdateContributorInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateContributorInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-