Interface EvaluateDataTableValuesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<EvaluateDataTableValuesResponse.Builder,,EvaluateDataTableValuesResponse> SdkBuilder<EvaluateDataTableValuesResponse.Builder,,EvaluateDataTableValuesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
EvaluateDataTableValuesResponse
@Mutable
@NotThreadSafe
public static interface EvaluateDataTableValuesResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<EvaluateDataTableValuesResponse.Builder,EvaluateDataTableValuesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSpecify the pagination token from a previous request to retrieve the next page of results.values(Collection<DataTableEvaluatedValue> values) A list of evaluated values with their computed results, error information, and metadata.values(Consumer<DataTableEvaluatedValue.Builder>... values) A list of evaluated values with their computed results, error information, and metadata.values(DataTableEvaluatedValue... values) A list of evaluated values with their computed results, error information, and metadata.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
values
A list of evaluated values with their computed results, error information, and metadata.
- Parameters:
values- A list of evaluated values with their computed results, error information, and metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of evaluated values with their computed results, error information, and metadata.
- Parameters:
values- A list of evaluated values with their computed results, error information, and metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of evaluated values with their computed results, error information, and metadata.
This is a convenience method that creates an instance of theDataTableEvaluatedValue.Builderavoiding the need to create one manually viaDataTableEvaluatedValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalues(List<DataTableEvaluatedValue>).- Parameters:
values- a consumer that will call methods onDataTableEvaluatedValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-