Interface RetentionConfiguration.Builder

    • Method Detail

      • name

        RetentionConfiguration.Builder name​(String name)

        The name of the retention configuration object.

        Parameters:
        name - The name of the retention configuration object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • retentionPeriodInDays

        RetentionConfiguration.Builder retentionPeriodInDays​(Integer retentionPeriodInDays)

        Number of days Config stores your historical information.

        Currently, only applicable to the configuration item history.

        Parameters:
        retentionPeriodInDays - Number of days Config stores your historical information.

        Currently, only applicable to the configuration item history.

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