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(EndpointConfigSummary... endpointConfigs)
An array of endpoint configurations.
|
ListEndpointConfigsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token.
|
build
copy
apply, build
ListEndpointConfigsResponse.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 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.