public static interface UpdateRescoreExecutionPlanRequest.Builder extends KendraRankingRequest.Builder, SdkPojo, CopyableBuilder<UpdateRescoreExecutionPlanRequest.Builder,UpdateRescoreExecutionPlanRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRescoreExecutionPlanRequest.Builder id(String id)
The identifier of the rescore execution plan that you want to update.
id - The identifier of the rescore execution plan that you want to update.UpdateRescoreExecutionPlanRequest.Builder name(String name)
A new name for the rescore execution plan.
name - A new name for the rescore execution plan.UpdateRescoreExecutionPlanRequest.Builder description(String description)
A new description for the rescore execution plan.
description - A new description for the rescore execution plan.UpdateRescoreExecutionPlanRequest.Builder capacityUnits(CapacityUnitsConfiguration capacityUnits)
You can set additional capacity units to meet the needs of your rescore execution plan. You are given a single capacity unit by default. If you want to use the default capacity, you don't set additional capacity units. For more information on the default capacity and additional capacity units, see Adjusting capacity.
capacityUnits - You can set additional capacity units to meet the needs of your rescore execution plan. You are given
a single capacity unit by default. If you want to use the default capacity, you don't set additional
capacity units. For more information on the default capacity and additional capacity units, see Adjusting capacity.default UpdateRescoreExecutionPlanRequest.Builder capacityUnits(Consumer<CapacityUnitsConfiguration.Builder> capacityUnits)
You can set additional capacity units to meet the needs of your rescore execution plan. You are given a single capacity unit by default. If you want to use the default capacity, you don't set additional capacity units. For more information on the default capacity and additional capacity units, see Adjusting capacity.
This is a convenience method that creates an instance of theCapacityUnitsConfiguration.Builder
avoiding the need to create one manually via CapacityUnitsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to capacityUnits(CapacityUnitsConfiguration).
capacityUnits - a consumer that will call methods on CapacityUnitsConfiguration.BuildercapacityUnits(CapacityUnitsConfiguration)UpdateRescoreExecutionPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRescoreExecutionPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.