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.
|
build
requestOverrideConfig
copy
apply, build
UpdateEndpointRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateEndpointRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.