| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartImportResponse> |
LexModelBuildingAsyncClient.startImport(Consumer<StartImportRequest.Builder> startImportRequest)
Starts a job to import a resource to Amazon Lex.
|
default StartImportResponse |
LexModelBuildingClient.startImport(Consumer<StartImportRequest.Builder> startImportRequest)
Starts a job to import a resource to Amazon Lex.
|
| Modifier and Type | Method and Description |
|---|---|
static StartImportRequest.Builder |
StartImportRequest.builder() |
StartImportRequest.Builder |
StartImportRequest.Builder.mergeStrategy(MergeStrategy mergeStrategy)
Specifies the action that the
StartImport operation should take when there is an existing
resource with the same name. |
StartImportRequest.Builder |
StartImportRequest.Builder.mergeStrategy(String mergeStrategy)
Specifies the action that the
StartImport operation should take when there is an existing
resource with the same name. |
StartImportRequest.Builder |
StartImportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartImportRequest.Builder |
StartImportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartImportRequest.Builder |
StartImportRequest.Builder.payload(SdkBytes payload)
A zip archive in binary format.
|
StartImportRequest.Builder |
StartImportRequest.Builder.resourceType(ResourceType resourceType)
Specifies the type of resource to export.
|
StartImportRequest.Builder |
StartImportRequest.Builder.resourceType(String resourceType)
Specifies the type of resource to export.
|
StartImportRequest.Builder |
StartImportRequest.Builder.tags(Collection<Tag> tags)
A list of tags to add to the imported bot.
|
StartImportRequest.Builder |
StartImportRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags to add to the imported bot.
|
StartImportRequest.Builder |
StartImportRequest.Builder.tags(Tag... tags)
A list of tags to add to the imported bot.
|
StartImportRequest.Builder |
StartImportRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartImportRequest.Builder> |
StartImportRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.