Interface DeleteBotVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteBotVersionRequest.Builder,DeleteBotVersionRequest>,LexModelBuildingRequest.Builder,SdkBuilder<DeleteBotVersionRequest.Builder,DeleteBotVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteBotVersionRequest
public static interface DeleteBotVersionRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<DeleteBotVersionRequest.Builder,DeleteBotVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteBotVersionRequest.Buildername(String name)The name of the bot.DeleteBotVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteBotVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteBotVersionRequest.Builderversion(String version)The version of the bot to delete.-
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
DeleteBotVersionRequest.Builder name(String name)
The name of the bot.
- Parameters:
name- The name of the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
DeleteBotVersionRequest.Builder version(String version)
The version of the bot to delete. You cannot delete the
$LATESTversion of the bot. To delete the$LATESTversion, use the DeleteBot operation.- Parameters:
version- The version of the bot to delete. You cannot delete the$LATESTversion of the bot. To delete the$LATESTversion, use the DeleteBot operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteBotVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteBotVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-