public static interface UpdateEndpointWeightsAndCapacitiesRequest.Builder extends SageMakerRequest.Builder, CopyableBuilder<UpdateEndpointWeightsAndCapacitiesRequest.Builder,UpdateEndpointWeightsAndCapacitiesRequest>
buildrequestOverrideConfigcopyapply, buildUpdateEndpointWeightsAndCapacitiesRequest.Builder endpointName(String endpointName)
The name of an existing Amazon SageMaker endpoint.
endpointName - The name of an existing Amazon SageMaker endpoint.UpdateEndpointWeightsAndCapacitiesRequest.Builder desiredWeightsAndCapacities(Collection<DesiredWeightAndCapacity> desiredWeightsAndCapacities)
An object that provides new capacity and weight values for a variant.
desiredWeightsAndCapacities - An object that provides new capacity and weight values for a variant.UpdateEndpointWeightsAndCapacitiesRequest.Builder desiredWeightsAndCapacities(DesiredWeightAndCapacity... desiredWeightsAndCapacities)
An object that provides new capacity and weight values for a variant.
desiredWeightsAndCapacities - An object that provides new capacity and weight values for a variant.UpdateEndpointWeightsAndCapacitiesRequest.Builder desiredWeightsAndCapacities(Consumer<DesiredWeightAndCapacity.Builder>... desiredWeightsAndCapacities)
An object that provides new capacity and weight values for a variant.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #desiredWeightsAndCapacities(List) .desiredWeightsAndCapacities - a consumer that will call methods on List.Builder #desiredWeightsAndCapacities(List) UpdateEndpointWeightsAndCapacitiesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateEndpointWeightsAndCapacitiesRequest.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.