public static interface DescribeRescoreExecutionPlanResponse.Builder extends KendraRankingResponse.Builder, SdkPojo, CopyableBuilder<DescribeRescoreExecutionPlanResponse.Builder,DescribeRescoreExecutionPlanResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeRescoreExecutionPlanResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the rescore execution plan.
|
DescribeRescoreExecutionPlanResponse.Builder |
capacityUnits(CapacityUnitsConfiguration capacityUnits)
The capacity units set for the rescore execution plan.
|
default DescribeRescoreExecutionPlanResponse.Builder |
capacityUnits(Consumer<CapacityUnitsConfiguration.Builder> capacityUnits)
The capacity units set for the rescore execution plan.
|
DescribeRescoreExecutionPlanResponse.Builder |
createdAt(Instant createdAt)
The Unix timestamp of when the rescore execution plan was created.
|
DescribeRescoreExecutionPlanResponse.Builder |
description(String description)
The description for the rescore execution plan.
|
DescribeRescoreExecutionPlanResponse.Builder |
errorMessage(String errorMessage)
When the
Status field value is FAILED, the ErrorMessage field contains
a message that explains why. |
DescribeRescoreExecutionPlanResponse.Builder |
id(String id)
The identifier of the rescore execution plan.
|
DescribeRescoreExecutionPlanResponse.Builder |
name(String name)
The name for the rescore execution plan.
|
DescribeRescoreExecutionPlanResponse.Builder |
status(RescoreExecutionPlanStatus status)
The current status of the rescore execution plan.
|
DescribeRescoreExecutionPlanResponse.Builder |
status(String status)
The current status of the rescore execution plan.
|
DescribeRescoreExecutionPlanResponse.Builder |
updatedAt(Instant updatedAt)
The Unix timestamp of when the rescore execution plan was last updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRescoreExecutionPlanResponse.Builder id(String id)
The identifier of the rescore execution plan.
id - The identifier of the rescore execution plan.DescribeRescoreExecutionPlanResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the rescore execution plan.
arn - The Amazon Resource Name (ARN) of the rescore execution plan.DescribeRescoreExecutionPlanResponse.Builder name(String name)
The name for the rescore execution plan.
name - The name for the rescore execution plan.DescribeRescoreExecutionPlanResponse.Builder description(String description)
The description for the rescore execution plan.
description - The description for the rescore execution plan.DescribeRescoreExecutionPlanResponse.Builder capacityUnits(CapacityUnitsConfiguration capacityUnits)
The capacity units set for the rescore execution plan. A capacity of zero indicates that the rescore execution plan is using the default capacity. For more information on the default capacity and additional capacity units, see Adjusting capacity.
capacityUnits - The capacity units set for the rescore execution plan. A capacity of zero indicates that the rescore
execution plan is using the default capacity. For more information on the default capacity and
additional capacity units, see Adjusting capacity.default DescribeRescoreExecutionPlanResponse.Builder capacityUnits(Consumer<CapacityUnitsConfiguration.Builder> capacityUnits)
The capacity units set for the rescore execution plan. A capacity of zero indicates that the rescore execution plan is using the default capacity. 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)DescribeRescoreExecutionPlanResponse.Builder createdAt(Instant createdAt)
The Unix timestamp of when the rescore execution plan was created.
createdAt - The Unix timestamp of when the rescore execution plan was created.DescribeRescoreExecutionPlanResponse.Builder updatedAt(Instant updatedAt)
The Unix timestamp of when the rescore execution plan was last updated.
updatedAt - The Unix timestamp of when the rescore execution plan was last updated.DescribeRescoreExecutionPlanResponse.Builder status(String status)
The current status of the rescore execution plan. When the value is ACTIVE, the rescore
execution plan is ready for use. If the Status field value is FAILED, the
ErrorMessage field contains a message that explains why.
status - The current status of the rescore execution plan. When the value is ACTIVE, the rescore
execution plan is ready for use. If the Status field value is FAILED, the
ErrorMessage field contains a message that explains why.RescoreExecutionPlanStatus,
RescoreExecutionPlanStatusDescribeRescoreExecutionPlanResponse.Builder status(RescoreExecutionPlanStatus status)
The current status of the rescore execution plan. When the value is ACTIVE, the rescore
execution plan is ready for use. If the Status field value is FAILED, the
ErrorMessage field contains a message that explains why.
status - The current status of the rescore execution plan. When the value is ACTIVE, the rescore
execution plan is ready for use. If the Status field value is FAILED, the
ErrorMessage field contains a message that explains why.RescoreExecutionPlanStatus,
RescoreExecutionPlanStatusDescribeRescoreExecutionPlanResponse.Builder errorMessage(String errorMessage)
When the Status field value is FAILED, the ErrorMessage field contains
a message that explains why.
errorMessage - When the Status field value is FAILED, the ErrorMessage field
contains a message that explains why.Copyright © 2023. All rights reserved.