Interface ListModelPackagingJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListModelPackagingJobsResponse.Builder,ListModelPackagingJobsResponse>,LookoutVisionResponse.Builder,SdkBuilder<ListModelPackagingJobsResponse.Builder,ListModelPackagingJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListModelPackagingJobsResponse
public static interface ListModelPackagingJobsResponse.Builder extends LookoutVisionResponse.Builder, SdkPojo, CopyableBuilder<ListModelPackagingJobsResponse.Builder,ListModelPackagingJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListModelPackagingJobsResponse.BuildermodelPackagingJobs(Collection<ModelPackagingJobMetadata> modelPackagingJobs)A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.ListModelPackagingJobsResponse.BuildermodelPackagingJobs(Consumer<ModelPackagingJobMetadata.Builder>... modelPackagingJobs)A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.ListModelPackagingJobsResponse.BuildermodelPackagingJobs(ModelPackagingJobMetadata... modelPackagingJobs)A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.ListModelPackagingJobsResponse.BuildernextToken(String 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.-
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 Detail
-
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.Builderavoiding the need to create one manually viaModelPackagingJobMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#modelPackagingJobs(List.) - 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:
#modelPackagingJobs(java.util.Collection)
-
nextToken
ListModelPackagingJobsResponse.Builder nextToken(String 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.
-
-