Interface Import.Builder

    • Method Detail

      • importId

        Import.Builder importId​(String importId)

        The unique identifier of the import task.

        Parameters:
        importId - The unique identifier of the import task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importSourceArn

        Import.Builder importSourceArn​(String importSourceArn)

        The ARN of the CloudTrail Lake Event Data Store being imported from.

        Parameters:
        importSourceArn - The ARN of the CloudTrail Lake Event Data Store being imported from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importStatus

        Import.Builder importStatus​(String importStatus)

        The current status of the import task. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.

        Parameters:
        importStatus - The current status of the import task. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImportStatus, ImportStatus
      • importStatus

        Import.Builder importStatus​(ImportStatus importStatus)

        The current status of the import task. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.

        Parameters:
        importStatus - The current status of the import task. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImportStatus, ImportStatus
      • importDestinationArn

        Import.Builder importDestinationArn​(String importDestinationArn)

        The ARN of the managed CloudWatch Logs log group where the events are being imported to.

        Parameters:
        importDestinationArn - The ARN of the managed CloudWatch Logs log group where the events are being imported to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importStatistics

        Import.Builder importStatistics​(ImportStatistics importStatistics)

        Statistics about the import progress

        Parameters:
        importStatistics - Statistics about the import progress
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importFilter

        Import.Builder importFilter​(ImportFilter importFilter)

        The filter criteria used for this import task.

        Parameters:
        importFilter - The filter criteria used for this import task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        Import.Builder creationTime​(Long creationTime)

        The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

        Parameters:
        creationTime - The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        Import.Builder lastUpdatedTime​(Long lastUpdatedTime)

        The timestamp when the import task was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

        Parameters:
        lastUpdatedTime - The timestamp when the import task was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        Import.Builder errorMessage​(String errorMessage)

        Error message related to any failed imports

        Parameters:
        errorMessage - Error message related to any failed imports
        Returns:
        Returns a reference to this object so that method calls can be chained together.