public static interface ListArtifactsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListArtifactsResponse.Builder,ListArtifactsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListArtifactsResponse.Builder |
artifactSummaries(ArtifactSummary... artifactSummaries)
A list of artifacts and their properties.
|
ListArtifactsResponse.Builder |
artifactSummaries(Collection<ArtifactSummary> artifactSummaries)
A list of artifacts and their properties.
|
ListArtifactsResponse.Builder |
artifactSummaries(Consumer<ArtifactSummary.Builder>... artifactSummaries)
A list of artifacts and their properties.
|
ListArtifactsResponse.Builder |
nextToken(String nextToken)
A token for getting the next set of artifacts, if there are any.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListArtifactsResponse.Builder artifactSummaries(Collection<ArtifactSummary> artifactSummaries)
A list of artifacts and their properties.
artifactSummaries - A list of artifacts and their properties.ListArtifactsResponse.Builder artifactSummaries(ArtifactSummary... artifactSummaries)
A list of artifacts and their properties.
artifactSummaries - A list of artifacts and their properties.ListArtifactsResponse.Builder artifactSummaries(Consumer<ArtifactSummary.Builder>... artifactSummaries)
A list of artifacts and their properties.
This is a convenience 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 #artifactSummaries(List) .artifactSummaries - a consumer that will call methods on List.Builder #artifactSummaries(List) ListArtifactsResponse.Builder nextToken(String nextToken)
A token for getting the next set of artifacts, if there are any.
nextToken - A token for getting the next set of artifacts, if there are any.Copyright © 2021. All rights reserved.