Interface ConfigurationTag.Builder

    • Method Detail

      • configurationId

        ConfigurationTag.Builder configurationId​(String configurationId)

        The configuration ID for the item to tag. You can specify a list of keys and values.

        Parameters:
        configurationId - The configuration ID for the item to tag. You can specify a list of keys and values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        ConfigurationTag.Builder key​(String key)

        A type of tag on which to filter. For example, serverType.

        Parameters:
        key - A type of tag on which to filter. For example, serverType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        ConfigurationTag.Builder value​(String value)

        A value on which to filter. For example key = serverType and value = web server.

        Parameters:
        value - A value on which to filter. For example key = serverType and value = web server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeOfCreation

        ConfigurationTag.Builder timeOfCreation​(Instant timeOfCreation)

        The time the configuration tag was created in Coordinated Universal Time (UTC).

        Parameters:
        timeOfCreation - The time the configuration tag was created in Coordinated Universal Time (UTC).
        Returns:
        Returns a reference to this object so that method calls can be chained together.