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 |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteSlotTypeVersionRequest.Builder |
version(String version)
The version of the slot type to delete.
|
buildrequestOverrideConfigcopyapply, 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.DeleteSlotTypeVersionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.