public static interface ImportSummary.Builder extends SdkPojo, CopyableBuilder<ImportSummary.Builder,ImportSummary>
| Modifier and Type | Method and Description |
|---|---|
ImportSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time that the import was created.
|
ImportSummary.Builder |
importedResourceId(String importedResourceId)
The unique identifier that Amazon Lex assigned to the imported resource.
|
ImportSummary.Builder |
importedResourceName(String importedResourceName)
The name that you gave the imported resource.
|
ImportSummary.Builder |
importedResourceType(ImportResourceType importedResourceType)
The type of resource that was imported.
|
ImportSummary.Builder |
importedResourceType(String importedResourceType)
The type of resource that was imported.
|
ImportSummary.Builder |
importId(String importId)
The unique identifier that Amazon Lex assigned to the import.
|
ImportSummary.Builder |
importStatus(ImportStatus importStatus)
The status of the resource.
|
ImportSummary.Builder |
importStatus(String importStatus)
The status of the resource.
|
ImportSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the import was last updated.
|
ImportSummary.Builder |
mergeStrategy(MergeStrategy mergeStrategy)
The strategy used to merge existing bot or bot locale definitions with the imported definition.
|
ImportSummary.Builder |
mergeStrategy(String mergeStrategy)
The strategy used to merge existing bot or bot locale definitions with the imported definition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportSummary.Builder importId(String importId)
The unique identifier that Amazon Lex assigned to the import.
importId - The unique identifier that Amazon Lex assigned to the import.ImportSummary.Builder importedResourceId(String importedResourceId)
The unique identifier that Amazon Lex assigned to the imported resource.
importedResourceId - The unique identifier that Amazon Lex assigned to the imported resource.ImportSummary.Builder importedResourceName(String importedResourceName)
The name that you gave the imported resource.
importedResourceName - The name that you gave the imported resource.ImportSummary.Builder importStatus(String importStatus)
The status of the resource. When the status is Completed the resource is ready to build.
importStatus - The status of the resource. When the status is Completed the resource is ready to build.ImportStatus,
ImportStatusImportSummary.Builder importStatus(ImportStatus importStatus)
The status of the resource. When the status is Completed the resource is ready to build.
importStatus - The status of the resource. When the status is Completed the resource is ready to build.ImportStatus,
ImportStatusImportSummary.Builder mergeStrategy(String mergeStrategy)
The strategy used to merge existing bot or bot locale definitions with the imported definition.
mergeStrategy - The strategy used to merge existing bot or bot locale definitions with the imported definition.MergeStrategy,
MergeStrategyImportSummary.Builder mergeStrategy(MergeStrategy mergeStrategy)
The strategy used to merge existing bot or bot locale definitions with the imported definition.
mergeStrategy - The strategy used to merge existing bot or bot locale definitions with the imported definition.MergeStrategy,
MergeStrategyImportSummary.Builder creationDateTime(Instant creationDateTime)
The date and time that the import was created.
creationDateTime - The date and time that the import was created.ImportSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the import was last updated.
lastUpdatedDateTime - The date and time that the import was last updated.ImportSummary.Builder importedResourceType(String importedResourceType)
The type of resource that was imported.
importedResourceType - The type of resource that was imported.ImportResourceType,
ImportResourceTypeImportSummary.Builder importedResourceType(ImportResourceType importedResourceType)
The type of resource that was imported.
importedResourceType - The type of resource that was imported.ImportResourceType,
ImportResourceTypeCopyright © 2022. All rights reserved.