Interface EvaluateDataTableValuesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<EvaluateDataTableValuesRequest.Builder,,EvaluateDataTableValuesRequest> SdkBuilder<EvaluateDataTableValuesRequest.Builder,,EvaluateDataTableValuesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
EvaluateDataTableValuesRequest
-
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.maxResults(Integer maxResults) The maximum number of data table values to return in one page of results.Specify the pagination token from a previous request to retrieve the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Optional IANA timezone identifier to use when resolving time based dynamic values.values(Collection<DataTableValueEvaluationSet> values) A list of value evaluation sets specifying which primary values and attributes to evaluate.values(Consumer<DataTableValueEvaluationSet.Builder>... values) A list of value evaluation sets specifying which primary values and attributes to evaluate.values(DataTableValueEvaluationSet... values) A list of value evaluation sets specifying which primary values and attributes to evaluate.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 evaluation sets specifying which primary values and attributes to evaluate.
- Parameters:
values- A list of value evaluation sets specifying which primary values and attributes to evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of value evaluation sets specifying which primary values and attributes to evaluate.
- Parameters:
values- A list of value evaluation sets specifying which primary values and attributes to evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
EvaluateDataTableValuesRequest.Builder values(Consumer<DataTableValueEvaluationSet.Builder>... values) A list of value evaluation sets specifying which primary values and attributes to evaluate.
This is a convenience method that creates an instance of theDataTableValueEvaluationSet.Builderavoiding the need to create one manually viaDataTableValueEvaluationSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalues(List<DataTableValueEvaluationSet>).- Parameters:
values- a consumer that will call methods onDataTableValueEvaluationSet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timeZone
Optional IANA timezone identifier to use when resolving time based dynamic values. Defaults to the data table time zone if not provided.
- Parameters:
timeZone- Optional IANA timezone identifier to use when resolving time based dynamic values. Defaults to the data table time zone if not provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Specify the pagination token from a previous request to retrieve the next page of results.
- Parameters:
nextToken- Specify the pagination token from a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of data table values to return in one page of results.
- Parameters:
maxResults- The maximum number of data table values to return in one page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
EvaluateDataTableValuesRequest.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
EvaluateDataTableValuesRequest.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.
-