Interface UpdateTieringConfigurationResponse.Builder

  • Method Details

    • tieringConfigurationArn

      UpdateTieringConfigurationResponse.Builder tieringConfigurationArn(String tieringConfigurationArn)

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

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

      UpdateTieringConfigurationResponse.Builder tieringConfigurationName(String tieringConfigurationName)

      This unique string is the name of the tiering configuration.

      Parameters:
      tieringConfigurationName - This unique string is the name of the tiering configuration.
      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

      UpdateTieringConfigurationResponse.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.