public static interface DeleteEndpointConfigRequest.Builder extends SageMakerRequest.Builder, CopyableBuilder<DeleteEndpointConfigRequest.Builder,DeleteEndpointConfigRequest>
Modifier and Type | Method and Description |
---|---|
DeleteEndpointConfigRequest.Builder |
endpointConfigName(String endpointConfigName)
The name of the endpoint configuration that you want to delete.
|
DeleteEndpointConfigRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeleteEndpointConfigRequest.Builder endpointConfigName(String endpointConfigName)
The name of the endpoint configuration that you want to delete.
endpointConfigName
- The name of the endpoint configuration that you want to delete.DeleteEndpointConfigRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.