Interface UpdateContributorInsightsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateContributorInsightsRequest.Builder,
,UpdateContributorInsightsRequest> DynamoDbRequest.Builder
,SdkBuilder<UpdateContributorInsightsRequest.Builder,
,UpdateContributorInsightsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateContributorInsightsRequest
@Mutable
@NotThreadSafe
public static interface UpdateContributorInsightsRequest.Builder
extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<UpdateContributorInsightsRequest.Builder,UpdateContributorInsightsRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncontributorInsightsAction
(String contributorInsightsAction) Represents the contributor insights action.contributorInsightsAction
(ContributorInsightsAction contributorInsightsAction) Represents the contributor insights action.contributorInsightsMode
(String contributorInsightsMode) Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.contributorInsightsMode
(ContributorInsightsMode contributorInsightsMode) Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.The global secondary index name, if applicable.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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
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:
-
contributorInsightsMode
Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.
- Parameters:
contributorInsightsMode
- Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contributorInsightsMode
UpdateContributorInsightsRequest.Builder contributorInsightsMode(ContributorInsightsMode contributorInsightsMode) Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.
- Parameters:
contributorInsightsMode
- Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateContributorInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateContributorInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-