Interface BatchEvaluateFeatureResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchEvaluateFeatureResponse.Builder,,BatchEvaluateFeatureResponse> EvidentlyResponse.Builder,SdkBuilder<BatchEvaluateFeatureResponse.Builder,,BatchEvaluateFeatureResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
BatchEvaluateFeatureResponse
public static interface BatchEvaluateFeatureResponse.Builder
extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<BatchEvaluateFeatureResponse.Builder,BatchEvaluateFeatureResponse>
-
Method Summary
Modifier and TypeMethodDescriptionresults(Collection<EvaluationResult> results) An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.results(Consumer<EvaluationResult.Builder>... results) An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.results(EvaluationResult... results) An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.evidently.model.EvidentlyResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
results
An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
- Parameters:
results- An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
results
An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
- Parameters:
results- An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
results
An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
This is a convenience method that creates an instance of theEvaluationResult.Builderavoiding the need to create one manually viaEvaluationResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresults(List<EvaluationResult>).- Parameters:
results- a consumer that will call methods onEvaluationResult.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-