public static interface UpdateEndpointRequest.Builder extends SageMakerRequest.Builder, CopyableBuilder<UpdateEndpointRequest.Builder,UpdateEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointRequest.Builder |
endpointConfigName(String endpointConfigName)
The name of the new endpoint configuration.
|
UpdateEndpointRequest.Builder |
endpointName(String endpointName)
The name of the endpoint whose configuration you want to update.
|
UpdateEndpointRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateEndpointRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildUpdateEndpointRequest.Builder endpointName(String endpointName)
The name of the endpoint whose configuration you want to update.
endpointName - The name of the endpoint whose configuration you want to update.UpdateEndpointRequest.Builder endpointConfigName(String endpointConfigName)
The name of the new endpoint configuration.
endpointConfigName - The name of the new endpoint configuration.UpdateEndpointRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateEndpointRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.