public static interface DeleteSlotTypeRequest.Builder extends LexModelBuildingRequest.Builder, CopyableBuilder<DeleteSlotTypeRequest.Builder,DeleteSlotTypeRequest>
Modifier and Type | Method and Description |
---|---|
DeleteSlotTypeRequest.Builder |
name(String name)
The name of the slot type.
|
DeleteSlotTypeRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeleteSlotTypeRequest.Builder name(String name)
The name of the slot type. The name is case sensitive.
name
- The name of the slot type. The name is case sensitive.DeleteSlotTypeRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.