Interface DescribeRetentionConfigurationsRequest.Builder

    • Method Detail

      • retentionConfigurationNames

        DescribeRetentionConfigurationsRequest.Builder retentionConfigurationNames​(Collection<String> retentionConfigurationNames)

        A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.

        Currently, Config supports only one retention configuration per region in your account.

        Parameters:
        retentionConfigurationNames - A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.

        Currently, Config supports only one retention configuration per region in your account.

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

        DescribeRetentionConfigurationsRequest.Builder retentionConfigurationNames​(String... retentionConfigurationNames)

        A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.

        Currently, Config supports only one retention configuration per region in your account.

        Parameters:
        retentionConfigurationNames - A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.

        Currently, Config supports only one retention configuration per region in your account.

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

        DescribeRetentionConfigurationsRequest.Builder nextToken​(String nextToken)

        The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

        Parameters:
        nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.