Interface ListProcessingJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListProcessingJobsResponse.Builder,
,ListProcessingJobsResponse> SageMakerResponse.Builder
,SdkBuilder<ListProcessingJobsResponse.Builder,
,ListProcessingJobsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListProcessingJobsResponse
@Mutable
@NotThreadSafe
public static interface ListProcessingJobsResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListProcessingJobsResponse.Builder,ListProcessingJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf the response is truncated, Amazon SageMaker returns this token.processingJobSummaries
(Collection<ProcessingJobSummary> processingJobSummaries) An array ofProcessingJobSummary
objects, each listing a processing job.processingJobSummaries
(Consumer<ProcessingJobSummary.Builder>... processingJobSummaries) An array ofProcessingJobSummary
objects, each listing a processing job.processingJobSummaries
(ProcessingJobSummary... processingJobSummaries) An array ofProcessingJobSummary
objects, 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
processingJobSummaries
ListProcessingJobsResponse.Builder processingJobSummaries(Collection<ProcessingJobSummary> processingJobSummaries) An array of
ProcessingJobSummary
objects, each listing a processing job.- Parameters:
processingJobSummaries
- An array ofProcessingJobSummary
objects, 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
ProcessingJobSummary
objects, each listing a processing job.- Parameters:
processingJobSummaries
- An array ofProcessingJobSummary
objects, 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 theProcessingJobSummary
objects, each listing a processing job.ProcessingJobSummary.Builder
avoiding the need to create one manually viaProcessingJobSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprocessingJobSummaries(List<ProcessingJobSummary>)
.- 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:
-
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.
-