Interface ConfigExportDeliveryInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ConfigExportDeliveryInfo.Builder,ConfigExportDeliveryInfo>, SdkBuilder<ConfigExportDeliveryInfo.Builder,ConfigExportDeliveryInfo>, SdkPojo
Enclosing class:
ConfigExportDeliveryInfo

public static interface ConfigExportDeliveryInfo.Builder extends SdkPojo, CopyableBuilder<ConfigExportDeliveryInfo.Builder,ConfigExportDeliveryInfo>
  • Method Details

    • lastStatus

      ConfigExportDeliveryInfo.Builder lastStatus(String lastStatus)

      Status of the last attempted delivery.

      Parameters:
      lastStatus - Status of the last attempted delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastStatus

      Status of the last attempted delivery.

      Parameters:
      lastStatus - Status of the last attempted delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.