Interface TieringConfigurationsListMember.Builder

  • Method Details

    • tieringConfigurationArn

      TieringConfigurationsListMember.Builder tieringConfigurationArn(String tieringConfigurationArn)

      An Amazon Resource Name (ARN) that uniquely identifies the tiering configuration.

      Parameters:
      tieringConfigurationArn - An Amazon Resource Name (ARN) that uniquely identifies the tiering configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tieringConfigurationName

      TieringConfigurationsListMember.Builder tieringConfigurationName(String tieringConfigurationName)

      The unique name of the tiering configuration.

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

      TieringConfigurationsListMember.Builder backupVaultName(String backupVaultName)

      The name of the backup vault where the tiering configuration applies. Use * to apply to all backup vaults.

      Parameters:
      backupVaultName - The name of the backup vault where the tiering configuration applies. Use * to apply to all backup vaults.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      The date and time a tiering configuration was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.

      Parameters:
      creationTime - The date and time a tiering configuration was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTime

      TieringConfigurationsListMember.Builder lastUpdatedTime(Instant lastUpdatedTime)

      The date and time a tiering configuration was updated, in Unix format and Coordinated Universal Time (UTC). The value of LastUpdatedTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.

      Parameters:
      lastUpdatedTime - The date and time a tiering configuration was updated, in Unix format and Coordinated Universal Time (UTC). The value of LastUpdatedTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.