Interface ConfigExportDeliveryInfo.Builder

    • Method Detail

      • lastErrorCode

        ConfigExportDeliveryInfo.Builder lastErrorCode​(String lastErrorCode)

        The error code from the last attempted delivery.

        Parameters:
        lastErrorCode - The error code from the last attempted delivery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastErrorMessage

        ConfigExportDeliveryInfo.Builder lastErrorMessage​(String lastErrorMessage)

        The error message from the last attempted delivery.

        Parameters:
        lastErrorMessage - The error message from the last attempted delivery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastAttemptTime

        ConfigExportDeliveryInfo.Builder lastAttemptTime​(Instant lastAttemptTime)

        The time of the last attempted delivery.

        Parameters:
        lastAttemptTime - The time of the last attempted delivery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastSuccessfulTime

        ConfigExportDeliveryInfo.Builder lastSuccessfulTime​(Instant lastSuccessfulTime)

        The time of the last successful delivery.

        Parameters:
        lastSuccessfulTime - The time of the last successful delivery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextDeliveryTime

        ConfigExportDeliveryInfo.Builder nextDeliveryTime​(Instant nextDeliveryTime)

        The time that the next delivery occurs.

        Parameters:
        nextDeliveryTime - The time that the next delivery occurs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.