Interface InsightEntity.Builder

  • Method Details

    • type

      The type of the entity. Possible values are Account and DomainName.

      Parameters:
      type - The type of the entity. Possible values are Account and DomainName.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the entity. Possible values are Account and DomainName.

      Parameters:
      type - The type of the entity. Possible values are Account and DomainName.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      The value of the entity. For DomainName, this is the domain name. For Account, this is the Amazon Web Services account ID.

      Parameters:
      value - The value of the entity. For DomainName, this is the domain name. For Account, this is the Amazon Web Services account ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.