Interface ImportSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImportSummary.Builder,ImportSummary>,SdkBuilder<ImportSummary.Builder,ImportSummary>,SdkPojo
- Enclosing class:
- ImportSummary
public static interface ImportSummary.Builder extends SdkPojo, CopyableBuilder<ImportSummary.Builder,ImportSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportSummary.BuildercreationDateTime(Instant creationDateTime)The date and time that the import was created.ImportSummary.BuilderimportedResourceId(String importedResourceId)The unique identifier that Amazon Lex assigned to the imported resource.ImportSummary.BuilderimportedResourceName(String importedResourceName)The name that you gave the imported resource.ImportSummary.BuilderimportedResourceType(String importedResourceType)The type of resource that was imported.ImportSummary.BuilderimportedResourceType(ImportResourceType importedResourceType)The type of resource that was imported.ImportSummary.BuilderimportId(String importId)The unique identifier that Amazon Lex assigned to the import.ImportSummary.BuilderimportStatus(String importStatus)The status of the resource.ImportSummary.BuilderimportStatus(ImportStatus importStatus)The status of the resource.ImportSummary.BuilderlastUpdatedDateTime(Instant lastUpdatedDateTime)The date and time that the import was last updated.ImportSummary.BuildermergeStrategy(String mergeStrategy)The strategy used to merge existing bot or bot locale definitions with the imported definition.ImportSummary.BuildermergeStrategy(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 Detail
-
importId
ImportSummary.Builder importId(String 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
ImportSummary.Builder importedResourceId(String 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
ImportSummary.Builder importedResourceName(String 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
ImportSummary.Builder importStatus(String importStatus)
The status of the resource. When the status is
Completedthe resource is ready to build.- Parameters:
importStatus- The status of the resource. When the status isCompletedthe resource is ready to build.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImportStatus,ImportStatus
-
importStatus
ImportSummary.Builder importStatus(ImportStatus importStatus)
The status of the resource. When the status is
Completedthe resource is ready to build.- Parameters:
importStatus- The status of the resource. When the status isCompletedthe resource is ready to build.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImportStatus,ImportStatus
-
mergeStrategy
ImportSummary.Builder mergeStrategy(String 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,MergeStrategy
-
mergeStrategy
ImportSummary.Builder mergeStrategy(MergeStrategy 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,MergeStrategy
-
creationDateTime
ImportSummary.Builder creationDateTime(Instant 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
ImportSummary.Builder lastUpdatedDateTime(Instant 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
ImportSummary.Builder importedResourceType(String 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:
ImportResourceType,ImportResourceType
-
importedResourceType
ImportSummary.Builder importedResourceType(ImportResourceType 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:
ImportResourceType,ImportResourceType
-
-