Class UpdateRescoreExecutionPlanRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.kendraranking.model.KendraRankingRequest
-
- software.amazon.awssdk.services.kendraranking.model.UpdateRescoreExecutionPlanRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateRescoreExecutionPlanRequest.Builder,UpdateRescoreExecutionPlanRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateRescoreExecutionPlanRequest extends KendraRankingRequest implements ToCopyableBuilder<UpdateRescoreExecutionPlanRequest.Builder,UpdateRescoreExecutionPlanRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateRescoreExecutionPlanRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateRescoreExecutionPlanRequest.Builderbuilder()CapacityUnitsConfigurationcapacityUnits()You can set additional capacity units to meet the needs of your rescore execution plan.Stringdescription()A new description for the rescore execution plan.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the rescore execution plan that you want to update.Stringname()A new name for the rescore execution plan.List<SdkField<?>>sdkFields()static Class<? extends UpdateRescoreExecutionPlanRequest.Builder>serializableBuilderClass()UpdateRescoreExecutionPlanRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The identifier of the rescore execution plan that you want to update.
- Returns:
- The identifier of the rescore execution plan that you want to update.
-
name
public final String name()
A new name for the rescore execution plan.
- Returns:
- A new name for the rescore execution plan.
-
description
public final String description()
A new description for the rescore execution plan.
- Returns:
- A new description for the rescore execution plan.
-
capacityUnits
public final 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.
- Returns:
- 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.
-
toBuilder
public UpdateRescoreExecutionPlanRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateRescoreExecutionPlanRequest.Builder,UpdateRescoreExecutionPlanRequest>- Specified by:
toBuilderin classKendraRankingRequest
-
builder
public static UpdateRescoreExecutionPlanRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateRescoreExecutionPlanRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-