Interface ListModelPackagingJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListModelPackagingJobsResponse.Builder,
,ListModelPackagingJobsResponse> LookoutVisionResponse.Builder
,SdkBuilder<ListModelPackagingJobsResponse.Builder,
,ListModelPackagingJobsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListModelPackagingJobsResponse
@Mutable
@NotThreadSafe
public static interface ListModelPackagingJobsResponse.Builder
extends LookoutVisionResponse.Builder, SdkPojo, CopyableBuilder<ListModelPackagingJobsResponse.Builder,ListModelPackagingJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmodelPackagingJobs
(Collection<ModelPackagingJobMetadata> modelPackagingJobs) A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.modelPackagingJobs
(Consumer<ModelPackagingJobMetadata.Builder>... modelPackagingJobs) A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.modelPackagingJobs
(ModelPackagingJobMetadata... modelPackagingJobs) A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout for Vision returns a pagination token in the response.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lookoutvision.model.LookoutVisionResponse.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 Details
-
modelPackagingJobs
ListModelPackagingJobsResponse.Builder modelPackagingJobs(Collection<ModelPackagingJobMetadata> modelPackagingJobs) A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
- Parameters:
modelPackagingJobs
- A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackagingJobs
ListModelPackagingJobsResponse.Builder modelPackagingJobs(ModelPackagingJobMetadata... modelPackagingJobs) A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
- Parameters:
modelPackagingJobs
- A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackagingJobs
ListModelPackagingJobsResponse.Builder modelPackagingJobs(Consumer<ModelPackagingJobMetadata.Builder>... modelPackagingJobs) A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
This is a convenience method that creates an instance of theModelPackagingJobMetadata.Builder
avoiding the need to create one manually viaModelPackagingJobMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodelPackagingJobs(List<ModelPackagingJobMetadata>)
.- Parameters:
modelPackagingJobs
- a consumer that will call methods onModelPackagingJobMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
- Parameters:
nextToken
- If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-