Interface ListProcessingJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListProcessingJobsResponse.Builder,ListProcessingJobsResponse>,SageMakerResponse.Builder,SdkBuilder<ListProcessingJobsResponse.Builder,ListProcessingJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListProcessingJobsResponse
public static interface ListProcessingJobsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListProcessingJobsResponse.Builder,ListProcessingJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProcessingJobsResponse.BuildernextToken(String nextToken)If the response is truncated, Amazon SageMaker returns this token.ListProcessingJobsResponse.BuilderprocessingJobSummaries(Collection<ProcessingJobSummary> processingJobSummaries)An array ofProcessingJobSummaryobjects, each listing a processing job.ListProcessingJobsResponse.BuilderprocessingJobSummaries(Consumer<ProcessingJobSummary.Builder>... processingJobSummaries)An array ofProcessingJobSummaryobjects, each listing a processing job.ListProcessingJobsResponse.BuilderprocessingJobSummaries(ProcessingJobSummary... processingJobSummaries)An array ofProcessingJobSummaryobjects, each listing a processing job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
processingJobSummaries
ListProcessingJobsResponse.Builder processingJobSummaries(Collection<ProcessingJobSummary> processingJobSummaries)
An array of
ProcessingJobSummaryobjects, each listing a processing job.- Parameters:
processingJobSummaries- An array ofProcessingJobSummaryobjects, each listing a processing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingJobSummaries
ListProcessingJobsResponse.Builder processingJobSummaries(ProcessingJobSummary... processingJobSummaries)
An array of
ProcessingJobSummaryobjects, each listing a processing job.- Parameters:
processingJobSummaries- An array ofProcessingJobSummaryobjects, each listing a processing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingJobSummaries
ListProcessingJobsResponse.Builder processingJobSummaries(Consumer<ProcessingJobSummary.Builder>... processingJobSummaries)
An array of
This is a convenience method that creates an instance of theProcessingJobSummaryobjects, each listing a processing job.ProcessingJobSummary.Builderavoiding the need to create one manually viaProcessingJobSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#processingJobSummaries(List.) - Parameters:
processingJobSummaries- a consumer that will call methods onProcessingJobSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#processingJobSummaries(java.util.Collection)
-
nextToken
ListProcessingJobsResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.
- Parameters:
nextToken- If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-