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