public static interface ListHubContentVersionsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListHubContentVersionsResponse.Builder,ListHubContentVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListHubContentVersionsResponse.Builder |
hubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content versions.
|
ListHubContentVersionsResponse.Builder |
hubContentSummaries(Consumer<HubContentInfo.Builder>... hubContentSummaries)
The summaries of the listed hub content versions.
|
ListHubContentVersionsResponse.Builder |
hubContentSummaries(HubContentInfo... hubContentSummaries)
The summaries of the listed hub content versions.
|
ListHubContentVersionsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHubContentVersionsResponse.Builder hubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content versions.
hubContentSummaries - The summaries of the listed hub content versions.ListHubContentVersionsResponse.Builder hubContentSummaries(HubContentInfo... hubContentSummaries)
The summaries of the listed hub content versions.
hubContentSummaries - The summaries of the listed hub content versions.ListHubContentVersionsResponse.Builder hubContentSummaries(Consumer<HubContentInfo.Builder>... hubContentSummaries)
The summaries of the listed hub content versions.
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) ListHubContentVersionsResponse.Builder nextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content versions, use it in the subsequent request.
nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content
versions, use it in the subsequent request.Copyright © 2023. All rights reserved.