Interface ListBatchInferenceJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListBatchInferenceJobsResponse.Builder,ListBatchInferenceJobsResponse>,PersonalizeResponse.Builder,SdkBuilder<ListBatchInferenceJobsResponse.Builder,ListBatchInferenceJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListBatchInferenceJobsResponse
public static interface ListBatchInferenceJobsResponse.Builder extends PersonalizeResponse.Builder, SdkPojo, CopyableBuilder<ListBatchInferenceJobsResponse.Builder,ListBatchInferenceJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBatchInferenceJobsResponse.BuilderbatchInferenceJobs(Collection<BatchInferenceJobSummary> batchInferenceJobs)A list containing information on each job that is returned.ListBatchInferenceJobsResponse.BuilderbatchInferenceJobs(Consumer<BatchInferenceJobSummary.Builder>... batchInferenceJobs)A list containing information on each job that is returned.ListBatchInferenceJobsResponse.BuilderbatchInferenceJobs(BatchInferenceJobSummary... batchInferenceJobs)A list containing information on each job that is returned.ListBatchInferenceJobsResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.personalize.model.PersonalizeResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
batchInferenceJobs
ListBatchInferenceJobsResponse.Builder batchInferenceJobs(Collection<BatchInferenceJobSummary> batchInferenceJobs)
A list containing information on each job that is returned.
- Parameters:
batchInferenceJobs- A list containing information on each job that is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchInferenceJobs
ListBatchInferenceJobsResponse.Builder batchInferenceJobs(BatchInferenceJobSummary... batchInferenceJobs)
A list containing information on each job that is returned.
- Parameters:
batchInferenceJobs- A list containing information on each job that is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchInferenceJobs
ListBatchInferenceJobsResponse.Builder batchInferenceJobs(Consumer<BatchInferenceJobSummary.Builder>... batchInferenceJobs)
A list containing information on each job that is returned.
This is a convenience method that creates an instance of theBatchInferenceJobSummary.Builderavoiding the need to create one manually viaBatchInferenceJobSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#batchInferenceJobs(List.) - Parameters:
batchInferenceJobs- a consumer that will call methods onBatchInferenceJobSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#batchInferenceJobs(java.util.Collection)
-
nextToken
ListBatchInferenceJobsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. The value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to retrieve the next page of results. The value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-