public static interface DeleteSlotTypeVersionRequest.Builder extends LexModelBuildingRequest.Builder, CopyableBuilder<DeleteSlotTypeVersionRequest.Builder,DeleteSlotTypeVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteSlotTypeVersionRequest.Builder |
name(String name)
The name of the slot type.
|
DeleteSlotTypeVersionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteSlotTypeVersionRequest.Builder |
version(String version)
The version of the slot type to delete.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.