Interface ImportSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImportSummary.Builder,
,ImportSummary> SdkBuilder<ImportSummary.Builder,
,ImportSummary> SdkPojo
- Enclosing class:
ImportSummary
-
Method Summary
Modifier and TypeMethodDescriptioncreationDateTime
(Instant creationDateTime) The date and time that the import was created.importedResourceId
(String importedResourceId) The unique identifier that Amazon Lex assigned to the imported resource.importedResourceName
(String importedResourceName) The name that you gave the imported resource.importedResourceType
(String importedResourceType) The type of resource that was imported.importedResourceType
(ImportResourceType importedResourceType) The type of resource that was imported.The unique identifier that Amazon Lex assigned to the import.importStatus
(String importStatus) The status of the resource.importStatus
(ImportStatus importStatus) The status of the resource.lastUpdatedDateTime
(Instant lastUpdatedDateTime) The date and time that the import was last updated.mergeStrategy
(String mergeStrategy) The strategy used to merge existing bot or bot locale definitions with the imported definition.mergeStrategy
(MergeStrategy mergeStrategy) The strategy used to merge existing bot or bot locale definitions with the imported definition.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
importId
The unique identifier that Amazon Lex assigned to the import.
- Parameters:
importId
- The unique identifier that Amazon Lex assigned to the import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importedResourceId
The unique identifier that Amazon Lex assigned to the imported resource.
- Parameters:
importedResourceId
- The unique identifier that Amazon Lex assigned to the imported resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importedResourceName
The name that you gave the imported resource.
- Parameters:
importedResourceName
- The name that you gave the imported resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importStatus
The status of the resource. When the status is
Completed
the resource is ready to build.- Parameters:
importStatus
- The status of the resource. When the status isCompleted
the resource is ready to build.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
importStatus
The status of the resource. When the status is
Completed
the resource is ready to build.- Parameters:
importStatus
- The status of the resource. When the status isCompleted
the resource is ready to build.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mergeStrategy
The strategy used to merge existing bot or bot locale definitions with the imported definition.
- Parameters:
mergeStrategy
- The strategy used to merge existing bot or bot locale definitions with the imported definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mergeStrategy
The strategy used to merge existing bot or bot locale definitions with the imported definition.
- Parameters:
mergeStrategy
- The strategy used to merge existing bot or bot locale definitions with the imported definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationDateTime
The date and time that the import was created.
- Parameters:
creationDateTime
- The date and time that the import was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDateTime
The date and time that the import was last updated.
- Parameters:
lastUpdatedDateTime
- The date and time that the import was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importedResourceType
The type of resource that was imported.
- Parameters:
importedResourceType
- The type of resource that was imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
importedResourceType
The type of resource that was imported.
- Parameters:
importedResourceType
- The type of resource that was imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-