public static interface CreateRescoreExecutionPlanRequest.Builder extends KendraRankingRequest.Builder, SdkPojo, CopyableBuilder<CreateRescoreExecutionPlanRequest.Builder,CreateRescoreExecutionPlanRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateRescoreExecutionPlanRequest.Builder |
capacityUnits(CapacityUnitsConfiguration capacityUnits)
You can set additional capacity units to meet the needs of your rescore execution plan.
|
default CreateRescoreExecutionPlanRequest.Builder |
capacityUnits(Consumer<CapacityUnitsConfiguration.Builder> capacityUnits)
You can set additional capacity units to meet the needs of your rescore execution plan.
|
CreateRescoreExecutionPlanRequest.Builder |
clientToken(String clientToken)
A token that you provide to identify the request to create a rescore execution plan.
|
CreateRescoreExecutionPlanRequest.Builder |
description(String description)
A description for the rescore execution plan.
|
CreateRescoreExecutionPlanRequest.Builder |
name(String name)
A name for the rescore execution plan.
|
CreateRescoreExecutionPlanRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateRescoreExecutionPlanRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateRescoreExecutionPlanRequest.Builder |
tags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize your rescore execution plan.
|
CreateRescoreExecutionPlanRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of key-value pairs that identify or categorize your rescore execution plan.
|
CreateRescoreExecutionPlanRequest.Builder |
tags(Tag... tags)
A list of key-value pairs that identify or categorize your rescore execution plan.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRescoreExecutionPlanRequest.Builder name(String name)
A name for the rescore execution plan.
name - A name for the rescore execution plan.CreateRescoreExecutionPlanRequest.Builder description(String description)
A description for the rescore execution plan.
description - A description for the rescore execution plan.CreateRescoreExecutionPlanRequest.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 CreateRescoreExecutionPlanRequest.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)CreateRescoreExecutionPlanRequest.Builder tags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize your rescore execution plan. You can also use tags to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
tags - A list of key-value pairs that identify or categorize your rescore execution plan. You can also use
tags to help control access to the rescore execution plan. Tag keys and values can consist of Unicode
letters, digits, white space, and any of the following symbols: _ . : / = + - @.CreateRescoreExecutionPlanRequest.Builder tags(Tag... tags)
A list of key-value pairs that identify or categorize your rescore execution plan. You can also use tags to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
tags - A list of key-value pairs that identify or categorize your rescore execution plan. You can also use
tags to help control access to the rescore execution plan. Tag keys and values can consist of Unicode
letters, digits, white space, and any of the following symbols: _ . : / = + - @.CreateRescoreExecutionPlanRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of key-value pairs that identify or categorize your rescore execution plan. You can also use tags to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateRescoreExecutionPlanRequest.Builder clientToken(String clientToken)
A token that you provide to identify the request to create a rescore execution plan. Multiple calls to the
CreateRescoreExecutionPlanRequest API with the same client token will create only one rescore
execution plan.
clientToken - A token that you provide to identify the request to create a rescore execution plan. Multiple calls to
the CreateRescoreExecutionPlanRequest API with the same client token will create only one
rescore execution plan.CreateRescoreExecutionPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRescoreExecutionPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.