Interface ResourceSelection.Builder

  • Method Details

    • resources

      An array of strings that either contains ARNs of the associated resources or contains a wildcard * to specify all resources. You can specify up to 100 specific resources per tiering configuration.

      Parameters:
      resources - An array of strings that either contains ARNs of the associated resources or contains a wildcard * to specify all resources. You can specify up to 100 specific resources per tiering configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resources

      ResourceSelection.Builder resources(String... resources)

      An array of strings that either contains ARNs of the associated resources or contains a wildcard * to specify all resources. You can specify up to 100 specific resources per tiering configuration.

      Parameters:
      resources - An array of strings that either contains ARNs of the associated resources or contains a wildcard * to specify all resources. You can specify up to 100 specific resources per tiering configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tieringDownSettingsInDays

      ResourceSelection.Builder tieringDownSettingsInDays(Integer tieringDownSettingsInDays)

      The number of days after creation within a backup vault that an object can transition to the low cost warm storage tier. Must be a positive integer between 60 and 36500 days.

      Parameters:
      tieringDownSettingsInDays - The number of days after creation within a backup vault that an object can transition to the low cost warm storage tier. Must be a positive integer between 60 and 36500 days.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      ResourceSelection.Builder resourceType(String resourceType)

      The type of Amazon Web Services resource; for example, S3 for Amazon S3. For tiering configurations, this is currently limited to S3.

      Parameters:
      resourceType - The type of Amazon Web Services resource; for example, S3 for Amazon S3. For tiering configurations, this is currently limited to S3.
      Returns:
      Returns a reference to this object so that method calls can be chained together.