Interface ImportFailureListItem.Builder

    • Method Detail

      • location

        ImportFailureListItem.Builder location​(String location)

        The location of the failure in the S3 bucket.

        Parameters:
        location - The location of the failure in the S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorType

        ImportFailureListItem.Builder errorType​(String errorType)

        The type of import error.

        Parameters:
        errorType - The type of import error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        ImportFailureListItem.Builder errorMessage​(String errorMessage)

        Provides the reason the import failed.

        Parameters:
        errorMessage - Provides the reason the import failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        ImportFailureListItem.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        When the import was last updated.

        Parameters:
        lastUpdatedTime - When the import was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.