Interface ImportSummary.Builder

    • 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 Completed the resource is ready to build.

        Parameters:
        importStatus - The status of the resource. When the status is Completed the 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 Completed the resource is ready to build.

        Parameters:
        importStatus - The status of the resource. When the status is Completed the 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