public static interface ListHubContentsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListHubContentsResponse.Builder,ListHubContentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListHubContentsResponse.Builder |
hubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content.
|
ListHubContentsResponse.Builder |
hubContentSummaries(Consumer<HubContentInfo.Builder>... hubContentSummaries)
The summaries of the listed hub content.
|
ListHubContentsResponse.Builder |
hubContentSummaries(HubContentInfo... hubContentSummaries)
The summaries of the listed hub content.
|
ListHubContentsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHubContentsResponse.Builder hubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content.
hubContentSummaries - The summaries of the listed hub content.ListHubContentsResponse.Builder hubContentSummaries(HubContentInfo... hubContentSummaries)
The summaries of the listed hub content.
hubContentSummaries - The summaries of the listed hub content.ListHubContentsResponse.Builder hubContentSummaries(Consumer<HubContentInfo.Builder>... hubContentSummaries)
The summaries of the listed hub content.
This is a convenience method that creates an instance of theHubContentInfo.Builder avoiding the need to create
one manually via HubContentInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #hubContentSummaries(List.
hubContentSummaries - a consumer that will call methods on
HubContentInfo.Builder#hubContentSummaries(java.util.Collection) ListHubContentsResponse.Builder nextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content, use it in the subsequent request.
nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content,
use it in the subsequent request.Copyright © 2023. All rights reserved.