public static interface ListEndpointsResponse.Builder extends SageMakerResponse.Builder, CopyableBuilder<ListEndpointsResponse.Builder,ListEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResponse.Builder |
endpoints(Collection<EndpointSummary> endpoints)
An array or endpoint objects.
|
ListEndpointsResponse.Builder |
endpoints(Consumer<EndpointSummary.Builder>... endpoints)
An array or endpoint objects.
|
ListEndpointsResponse.Builder |
endpoints(EndpointSummary... endpoints)
An array or endpoint objects.
|
ListEndpointsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListEndpointsResponse.Builder endpoints(Collection<EndpointSummary> endpoints)
An array or endpoint objects.
endpoints - An array or endpoint objects.ListEndpointsResponse.Builder endpoints(EndpointSummary... endpoints)
An array or endpoint objects.
endpoints - An array or endpoint objects.ListEndpointsResponse.Builder endpoints(Consumer<EndpointSummary.Builder>... endpoints)
An array or endpoint objects.
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 #endpoints(List) .endpoints - a consumer that will call methods on List.Builder #endpoints(List) ListEndpointsResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.
nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
training jobs, use it in the subsequent request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.