Interface CreateBotVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateBotVersionRequest.Builder,CreateBotVersionRequest>,LexModelBuildingRequest.Builder,SdkBuilder<CreateBotVersionRequest.Builder,CreateBotVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateBotVersionRequest
public static interface CreateBotVersionRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<CreateBotVersionRequest.Builder,CreateBotVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateBotVersionRequest.Builderchecksum(String checksum)Identifies a specific revision of the$LATESTversion of the bot.CreateBotVersionRequest.Buildername(String name)The name of the bot that you want to create a new version of.CreateBotVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateBotVersionRequest.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.lexmodelbuilding.model.LexModelBuildingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
CreateBotVersionRequest.Builder name(String name)
The name of the bot that you want to create a new version of. The name is case sensitive.
- Parameters:
name- The name of the bot that you want to create a new version of. The name is case sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksum
CreateBotVersionRequest.Builder checksum(String checksum)
Identifies a specific revision of the
$LATESTversion of the bot. If you specify a checksum and the$LATESTversion of the bot has a different checksum, aPreconditionFailedExceptionexception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the$LATESTversion.- Parameters:
checksum- Identifies a specific revision of the$LATESTversion of the bot. If you specify a checksum and the$LATESTversion of the bot has a different checksum, aPreconditionFailedExceptionexception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the$LATESTversion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateBotVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateBotVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-