Interface BatchDescribeDataTableValueRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<BatchDescribeDataTableValueRequest.Builder,,BatchDescribeDataTableValueRequest> SdkBuilder<BatchDescribeDataTableValueRequest.Builder,,BatchDescribeDataTableValueRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
BatchDescribeDataTableValueRequest
@Mutable
@NotThreadSafe
public static interface BatchDescribeDataTableValueRequest.Builder
extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<BatchDescribeDataTableValueRequest.Builder,BatchDescribeDataTableValueRequest>
-
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.values(Collection<DataTableValueIdentifier> values) A list of value identifiers to retrieve, each specifying primary values and attribute names.values(Consumer<DataTableValueIdentifier.Builder>... values) A list of value identifiers to retrieve, each specifying primary values and attribute names.values(DataTableValueIdentifier... values) A list of value identifiers to retrieve, each specifying primary values and attribute names.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 retrieve, each specifying primary values and attribute names.
- Parameters:
values- A list of value identifiers to retrieve, each specifying primary values and attribute names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of value identifiers to retrieve, each specifying primary values and attribute names.
- Parameters:
values- A list of value identifiers to retrieve, each specifying primary values and attribute names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
BatchDescribeDataTableValueRequest.Builder values(Consumer<DataTableValueIdentifier.Builder>... values) A list of value identifiers to retrieve, each specifying primary values and attribute names.
This is a convenience method that creates an instance of theDataTableValueIdentifier.Builderavoiding the need to create one manually viaDataTableValueIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalues(List<DataTableValueIdentifier>).- Parameters:
values- a consumer that will call methods onDataTableValueIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
BatchDescribeDataTableValueRequest.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
BatchDescribeDataTableValueRequest.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.
-