Interface OnlineStoreConfigUpdate.Builder

    • Method Detail

      • ttlDuration

        OnlineStoreConfigUpdate.Builder ttlDuration​(TtlDuration ttlDuration)

        Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.

        Parameters:
        ttlDuration - Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.