public static interface ListProjectsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListProjectsResponse.Builder,ListProjectsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResponse.Builder |
nextToken(String nextToken)
If the result of the previous
ListCompilationJobs request was truncated, the response includes a
NextToken. |
ListProjectsResponse.Builder |
projectSummaryList(Collection<ProjectSummary> projectSummaryList)
A list of summaries of projects.
|
ListProjectsResponse.Builder |
projectSummaryList(Consumer<ProjectSummary.Builder>... projectSummaryList)
A list of summaries of projects.
|
ListProjectsResponse.Builder |
projectSummaryList(ProjectSummary... projectSummaryList)
A list of summaries of projects.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProjectsResponse.Builder projectSummaryList(Collection<ProjectSummary> projectSummaryList)
A list of summaries of projects.
projectSummaryList - A list of summaries of projects.ListProjectsResponse.Builder projectSummaryList(ProjectSummary... projectSummaryList)
A list of summaries of projects.
projectSummaryList - A list of summaries of projects.ListProjectsResponse.Builder projectSummaryList(Consumer<ProjectSummary.Builder>... projectSummaryList)
A list of summaries of projects.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #projectSummaryList(List) .projectSummaryList - a consumer that will call methods on List.Builder #projectSummaryList(List) ListProjectsResponse.Builder nextToken(String nextToken)
If the result of the previous ListCompilationJobs request was truncated, the response includes a
NextToken. To retrieve the next set of model compilation jobs, use the token in the next
request.
nextToken - If the result of the previous ListCompilationJobs request was truncated, the response
includes a NextToken. To retrieve the next set of model compilation jobs, use the token
in the next request.Copyright © 2022. All rights reserved.