Interface ConfigStreamDeliveryInfo.Builder

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

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

    • lastStatus

      ConfigStreamDeliveryInfo.Builder lastStatus(String lastStatus)

      Status of the last attempted delivery.

      Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.

      Parameters:
      lastStatus - Status of the last attempted delivery.

      Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastStatus

      Status of the last attempted delivery.

      Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.

      Parameters:
      lastStatus - Status of the last attempted delivery.

      Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastErrorCode

      ConfigStreamDeliveryInfo.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

      ConfigStreamDeliveryInfo.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.
    • lastStatusChangeTime

      ConfigStreamDeliveryInfo.Builder lastStatusChangeTime(Instant lastStatusChangeTime)

      The time from the last status change.

      Parameters:
      lastStatusChangeTime - The time from the last status change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.