| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateSlotTypeVersionResponse> |
LexModelBuildingAsyncClient.createSlotTypeVersion(Consumer<CreateSlotTypeVersionRequest.Builder> createSlotTypeVersionRequest)
Creates a new version of a slot type based on the
$LATEST version of the specified slot type. |
default CreateSlotTypeVersionResponse |
LexModelBuildingClient.createSlotTypeVersion(Consumer<CreateSlotTypeVersionRequest.Builder> createSlotTypeVersionRequest)
Creates a new version of a slot type based on the
$LATEST version of the specified slot type. |
| Modifier and Type | Method and Description |
|---|---|
static CreateSlotTypeVersionRequest.Builder |
CreateSlotTypeVersionRequest.builder() |
CreateSlotTypeVersionRequest.Builder |
CreateSlotTypeVersionRequest.Builder.checksum(String checksum)
Checksum for the
$LATEST version of the slot type that you want to publish. |
CreateSlotTypeVersionRequest.Builder |
CreateSlotTypeVersionRequest.Builder.name(String name)
The name of the slot type that you want to create a new version for.
|
CreateSlotTypeVersionRequest.Builder |
CreateSlotTypeVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSlotTypeVersionRequest.Builder |
CreateSlotTypeVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSlotTypeVersionRequest.Builder |
CreateSlotTypeVersionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSlotTypeVersionRequest.Builder> |
CreateSlotTypeVersionRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.