Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.CreateSlotTypeVersionRequest.Builder
-
Packages that use CreateSlotTypeVersionRequest.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of CreateSlotTypeVersionRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding
Method parameters in software.amazon.awssdk.services.lexmodelbuilding with type arguments of type CreateSlotTypeVersionRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSlotTypeVersionResponse>LexModelBuildingAsyncClient. createSlotTypeVersion(Consumer<CreateSlotTypeVersionRequest.Builder> createSlotTypeVersionRequest)Creates a new version of a slot type based on the$LATESTversion of the specified slot type.default CreateSlotTypeVersionResponseLexModelBuildingClient. createSlotTypeVersion(Consumer<CreateSlotTypeVersionRequest.Builder> createSlotTypeVersionRequest)Creates a new version of a slot type based on the$LATESTversion of the specified slot type. -
Uses of CreateSlotTypeVersionRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return CreateSlotTypeVersionRequest.Builder Modifier and Type Method Description static CreateSlotTypeVersionRequest.BuilderCreateSlotTypeVersionRequest. builder()CreateSlotTypeVersionRequest.BuilderCreateSlotTypeVersionRequest.Builder. checksum(String checksum)Checksum for the$LATESTversion of the slot type that you want to publish.CreateSlotTypeVersionRequest.BuilderCreateSlotTypeVersionRequest.Builder. name(String name)The name of the slot type that you want to create a new version for.CreateSlotTypeVersionRequest.BuilderCreateSlotTypeVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSlotTypeVersionRequest.BuilderCreateSlotTypeVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSlotTypeVersionRequest.BuilderCreateSlotTypeVersionRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type CreateSlotTypeVersionRequest.Builder Modifier and Type Method Description static Class<? extends CreateSlotTypeVersionRequest.Builder>CreateSlotTypeVersionRequest. serializableBuilderClass()
-