Interface DescribeSlotRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeSlotRequest.Builder,DescribeSlotRequest>,LexModelsV2Request.Builder,SdkBuilder<DescribeSlotRequest.Builder,DescribeSlotRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeSlotRequest
public static interface DescribeSlotRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DescribeSlotRequest.Builder,DescribeSlotRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeSlotRequest.BuilderbotId(String botId)The identifier of the bot associated with the slot.DescribeSlotRequest.BuilderbotVersion(String botVersion)The version of the bot associated with the slot.DescribeSlotRequest.BuilderintentId(String intentId)The identifier of the intent that contains the slot.DescribeSlotRequest.BuilderlocaleId(String localeId)The identifier of the language and locale of the slot to describe.DescribeSlotRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeSlotRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeSlotRequest.BuilderslotId(String slotId)The unique identifier for the slot.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
slotId
DescribeSlotRequest.Builder slotId(String slotId)
The unique identifier for the slot.
- Parameters:
slotId- The unique identifier for the slot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botId
DescribeSlotRequest.Builder botId(String botId)
The identifier of the bot associated with the slot.
- Parameters:
botId- The identifier of the bot associated with the slot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
DescribeSlotRequest.Builder botVersion(String botVersion)
The version of the bot associated with the slot.
- Parameters:
botVersion- The version of the bot associated with the slot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
DescribeSlotRequest.Builder localeId(String localeId)
The identifier of the language and locale of the slot to describe. The string must match one of the supported locales. For more information, see Supported languages.
- Parameters:
localeId- The identifier of the language and locale of the slot to describe. The string must match one of the supported locales. For more information, see Supported languages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intentId
DescribeSlotRequest.Builder intentId(String intentId)
The identifier of the intent that contains the slot.
- Parameters:
intentId- The identifier of the intent that contains the slot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeSlotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeSlotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-