Interface DescribeSlotTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeSlotTypeRequest.Builder,DescribeSlotTypeRequest>,LexModelsV2Request.Builder,SdkBuilder<DescribeSlotTypeRequest.Builder,DescribeSlotTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeSlotTypeRequest
public static interface DescribeSlotTypeRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DescribeSlotTypeRequest.Builder,DescribeSlotTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeSlotTypeRequest.BuilderbotId(String botId)The identifier of the bot associated with the slot type.DescribeSlotTypeRequest.BuilderbotVersion(String botVersion)The version of the bot associated with the slot type.DescribeSlotTypeRequest.BuilderlocaleId(String localeId)The identifier of the language and locale of the slot type to describe.DescribeSlotTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeSlotTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeSlotTypeRequest.BuilderslotTypeId(String slotTypeId)The identifier of the slot type.-
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
-
slotTypeId
DescribeSlotTypeRequest.Builder slotTypeId(String slotTypeId)
The identifier of the slot type.
- Parameters:
slotTypeId- The identifier of the slot type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botId
DescribeSlotTypeRequest.Builder botId(String botId)
The identifier of the bot associated with the slot type.
- Parameters:
botId- The identifier of the bot associated with the slot type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
DescribeSlotTypeRequest.Builder botVersion(String botVersion)
The version of the bot associated with the slot type.
- Parameters:
botVersion- The version of the bot associated with the slot type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
DescribeSlotTypeRequest.Builder localeId(String localeId)
The identifier of the language and locale of the slot type 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 type 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.
-
overrideConfiguration
DescribeSlotTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeSlotTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-