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