public static interface ListEndpointsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, 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, SageMaker returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theEndpointSummary.Builder avoiding the need to create
one manually via EndpointSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #endpoints(List.
endpoints - a consumer that will call methods on
EndpointSummary.Builder#endpoints(java.util.Collection) ListEndpointsResponse.Builder nextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.
nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs,
use it in the subsequent request.Copyright © 2022. All rights reserved.