Interface ListHubContentVersionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListHubContentVersionsResponse.Builder,ListHubContentVersionsResponse>,SageMakerResponse.Builder,SdkBuilder<ListHubContentVersionsResponse.Builder,ListHubContentVersionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListHubContentVersionsResponse
public static interface ListHubContentVersionsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListHubContentVersionsResponse.Builder,ListHubContentVersionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHubContentVersionsResponse.BuilderhubContentSummaries(Collection<HubContentInfo> hubContentSummaries)The summaries of the listed hub content versions.ListHubContentVersionsResponse.BuilderhubContentSummaries(Consumer<HubContentInfo.Builder>... hubContentSummaries)The summaries of the listed hub content versions.ListHubContentVersionsResponse.BuilderhubContentSummaries(HubContentInfo... hubContentSummaries)The summaries of the listed hub content versions.ListHubContentVersionsResponse.BuildernextToken(String nextToken)If the response is truncated, SageMaker returns this token.-
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
-
hubContentSummaries
ListHubContentVersionsResponse.Builder hubContentSummaries(Collection<HubContentInfo> hubContentSummaries)
The summaries of the listed hub content versions.
- Parameters:
hubContentSummaries- The summaries of the listed hub content versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentSummaries
ListHubContentVersionsResponse.Builder hubContentSummaries(HubContentInfo... hubContentSummaries)
The summaries of the listed hub content versions.
- Parameters:
hubContentSummaries- The summaries of the listed hub content versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentSummaries
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.Builderavoiding the need to create one manually viaHubContentInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#hubContentSummaries(List.) - Parameters:
hubContentSummaries- a consumer that will call methods onHubContentInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#hubContentSummaries(java.util.Collection)
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-