public static interface DeleteSlotTypeVersionRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<DeleteSlotTypeVersionRequest.Builder,DeleteSlotTypeVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteSlotTypeVersionRequest.Builder |
name(String name)
The name of the slot type.
|
DeleteSlotTypeVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteSlotTypeVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteSlotTypeVersionRequest.Builder |
version(String version)
The version of the slot type to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteSlotTypeVersionRequest.Builder name(String name)
The name of the slot type.
name - The name of the slot type.DeleteSlotTypeVersionRequest.Builder version(String version)
The version of the slot type to delete. You cannot delete the $LATEST version of the slot type.
To delete the $LATEST version, use the DeleteSlotType operation.
version - The version of the slot type to delete. You cannot delete the $LATEST version of the slot
type. To delete the $LATEST version, use the DeleteSlotType operation.DeleteSlotTypeVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteSlotTypeVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.