Interface BatchCreateDataTableValueRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<BatchCreateDataTableValueRequest.Builder,,BatchCreateDataTableValueRequest> SdkBuilder<BatchCreateDataTableValueRequest.Builder,,BatchCreateDataTableValueRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
BatchCreateDataTableValueRequest
-
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<DataTableValue> values) A list of values to create.values(Consumer<DataTableValue.Builder>... values) A list of values to create.values(DataTableValue... values) A list of values to create.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. If no alias is provided, the default behavior is identical to providing the $LATEST alias.
- Parameters:
dataTableId- The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If no alias is provided, the default behavior is identical to providing the $LATEST alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of values to create. Each value must specify the attribute name and optionally primary values if the table has primary attributes.
- Parameters:
values- A list of values to create. Each value must specify the attribute name and optionally primary values if the table has primary attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of values to create. Each value must specify the attribute name and optionally primary values if the table has primary attributes.
- Parameters:
values- A list of values to create. Each value must specify the attribute name and optionally primary values if the table has primary attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of values to create. Each value must specify the attribute name and optionally primary values if the table has primary attributes.
This is a convenience method that creates an instance of theDataTableValue.Builderavoiding the need to create one manually viaDataTableValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalues(List<DataTableValue>).- Parameters:
values- a consumer that will call methods onDataTableValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
BatchCreateDataTableValueRequest.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
BatchCreateDataTableValueRequest.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.
-