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