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