public static interface StartImportResponse.Builder extends LexModelBuildingResponse.Builder, SdkPojo, CopyableBuilder<StartImportResponse.Builder,StartImportResponse>
| Modifier and Type | Method and Description |
|---|---|
StartImportResponse.Builder |
createdDate(Instant createdDate)
A timestamp for the date and time that the import job was requested.
|
StartImportResponse.Builder |
importId(String importId)
The identifier for the specific import job.
|
StartImportResponse.Builder |
importStatus(ImportStatus importStatus)
The status of the import job.
|
StartImportResponse.Builder |
importStatus(String importStatus)
The status of the import job.
|
StartImportResponse.Builder |
mergeStrategy(MergeStrategy mergeStrategy)
The action to take when there is a merge conflict.
|
StartImportResponse.Builder |
mergeStrategy(String mergeStrategy)
The action to take when there is a merge conflict.
|
StartImportResponse.Builder |
name(String name)
The name given to the import job.
|
StartImportResponse.Builder |
resourceType(ResourceType resourceType)
The type of resource to import.
|
StartImportResponse.Builder |
resourceType(String resourceType)
The type of resource to import.
|
StartImportResponse.Builder |
tags(Collection<Tag> tags)
A list of tags added to the imported bot.
|
StartImportResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags added to the imported bot.
|
StartImportResponse.Builder |
tags(Tag... tags)
A list of tags added to the imported bot.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartImportResponse.Builder name(String name)
The name given to the import job.
name - The name given to the import job.StartImportResponse.Builder resourceType(String resourceType)
The type of resource to import.
resourceType - The type of resource to import.ResourceType,
ResourceTypeStartImportResponse.Builder resourceType(ResourceType resourceType)
The type of resource to import.
resourceType - The type of resource to import.ResourceType,
ResourceTypeStartImportResponse.Builder mergeStrategy(String mergeStrategy)
The action to take when there is a merge conflict.
mergeStrategy - The action to take when there is a merge conflict.MergeStrategy,
MergeStrategyStartImportResponse.Builder mergeStrategy(MergeStrategy mergeStrategy)
The action to take when there is a merge conflict.
mergeStrategy - The action to take when there is a merge conflict.MergeStrategy,
MergeStrategyStartImportResponse.Builder importId(String importId)
The identifier for the specific import job.
importId - The identifier for the specific import job.StartImportResponse.Builder importStatus(String importStatus)
The status of the import job. If the status is FAILED, you can get the reason for the failure
using the GetImport operation.
importStatus - The status of the import job. If the status is FAILED, you can get the reason for the
failure using the GetImport operation.ImportStatus,
ImportStatusStartImportResponse.Builder importStatus(ImportStatus importStatus)
The status of the import job. If the status is FAILED, you can get the reason for the failure
using the GetImport operation.
importStatus - The status of the import job. If the status is FAILED, you can get the reason for the
failure using the GetImport operation.ImportStatus,
ImportStatusStartImportResponse.Builder tags(Collection<Tag> tags)
A list of tags added to the imported bot.
tags - A list of tags added to the imported bot.StartImportResponse.Builder tags(Tag... tags)
A list of tags added to the imported bot.
tags - A list of tags added to the imported bot.StartImportResponse.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags added to the imported bot.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) StartImportResponse.Builder createdDate(Instant createdDate)
A timestamp for the date and time that the import job was requested.
createdDate - A timestamp for the date and time that the import job was requested.Copyright © 2023. All rights reserved.