Interface DescribeEvaluationsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeEvaluationsResponse.Builder,,- DescribeEvaluationsResponse> - MachineLearningResponse.Builder,- SdkBuilder<DescribeEvaluationsResponse.Builder,,- DescribeEvaluationsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeEvaluationsResponse
@Mutable
@NotThreadSafe
public static interface DescribeEvaluationsResponse.Builder
extends MachineLearningResponse.Builder, SdkPojo, CopyableBuilder<DescribeEvaluationsResponse.Builder,DescribeEvaluationsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ID of the next page in the paginated results that indicates at least one more page follows.results(Collection<Evaluation> results) A list ofEvaluationthat meet the search criteria.results(Consumer<Evaluation.Builder>... results) A list ofEvaluationthat meet the search criteria.results(Evaluation... results) A list ofEvaluationthat meet the search criteria.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.machinelearning.model.MachineLearningResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
resultsA list of Evaluationthat meet the search criteria.- Parameters:
- results- A list of- Evaluationthat meet the search criteria.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resultsA list of Evaluationthat meet the search criteria.- Parameters:
- results- A list of- Evaluationthat meet the search criteria.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resultsA list of This is a convenience method that creates an instance of theEvaluationthat meet the search criteria.Evaluation.Builderavoiding the need to create one manually viaEvaluation.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresults(List<Evaluation>).- Parameters:
- results- a consumer that will call methods on- Evaluation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe ID of the next page in the paginated results that indicates at least one more page follows. - Parameters:
- nextToken- The ID of the next page in the paginated results that indicates at least one more page follows.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-