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.
|
build
requestOverrideConfig
copy
apply, build
DeleteSlotTypeVersionRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeleteSlotTypeVersionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.