Interface CreateTieringConfigurationResponse.Builder

  • Method Details

    • tieringConfigurationArn

      CreateTieringConfigurationResponse.Builder tieringConfigurationArn(String tieringConfigurationArn)

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

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

      CreateTieringConfigurationResponse.Builder tieringConfigurationName(String tieringConfigurationName)

      This unique string is the name of the tiering configuration.

      The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 200.

      Parameters:
      tieringConfigurationName - This unique string is the name of the tiering configuration.

      The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 200.

      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.