Interface BatchDeleteDataTableValueRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<BatchDeleteDataTableValueRequest.Builder,,BatchDeleteDataTableValueRequest> SdkBuilder<BatchDeleteDataTableValueRequest.Builder,,BatchDeleteDataTableValueRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
BatchDeleteDataTableValueRequest
@Mutable
@NotThreadSafe
public static interface BatchDeleteDataTableValueRequest.Builder
extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteDataTableValueRequest.Builder,BatchDeleteDataTableValueRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondataTableId(String dataTableId) The unique identifier for the data table.instanceId(String instanceId) The unique identifier for the Amazon Connect instance.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A list of value identifiers to delete, each specifying primary values, attribute name, and lock version information.values(Consumer<DataTableDeleteValueIdentifier.Builder>... values) A list of value identifiers to delete, each specifying primary values, attribute name, and lock version information.values(DataTableDeleteValueIdentifier... values) A list of value identifiers to delete, each specifying primary values, attribute name, and lock version information.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceId
The unique identifier for the Amazon Connect instance.
- Parameters:
instanceId- The unique identifier for the Amazon Connect instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataTableId
The unique identifier for the data table. Must also accept the table ARN with or without a version alias.
- Parameters:
dataTableId- The unique identifier for the data table. Must also accept the table ARN with or without a version alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of value identifiers to delete, each specifying primary values, attribute name, and lock version information.
- Parameters:
values- A list of value identifiers to delete, each specifying primary values, attribute name, and lock version information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of value identifiers to delete, each specifying primary values, attribute name, and lock version information.
- Parameters:
values- A list of value identifiers to delete, each specifying primary values, attribute name, and lock version information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
BatchDeleteDataTableValueRequest.Builder values(Consumer<DataTableDeleteValueIdentifier.Builder>... values) A list of value identifiers to delete, each specifying primary values, attribute name, and lock version information.
This is a convenience method that creates an instance of theDataTableDeleteValueIdentifier.Builderavoiding the need to create one manually viaDataTableDeleteValueIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalues(List<DataTableDeleteValueIdentifier>).- Parameters:
values- a consumer that will call methods onDataTableDeleteValueIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
BatchDeleteDataTableValueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
BatchDeleteDataTableValueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-