Interface ListCalculatedAttributeDefinitionItem.Builder

    • Method Detail

      • calculatedAttributeName

        ListCalculatedAttributeDefinitionItem.Builder calculatedAttributeName​(String calculatedAttributeName)

        The unique name of the calculated attribute.

        Parameters:
        calculatedAttributeName - The unique name of the calculated attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        ListCalculatedAttributeDefinitionItem.Builder displayName​(String displayName)

        The display name of the calculated attribute.

        Parameters:
        displayName - The display name of the calculated attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        ListCalculatedAttributeDefinitionItem.Builder description​(String description)

        The threshold for the calculated attribute.

        Parameters:
        description - The threshold for the calculated attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        ListCalculatedAttributeDefinitionItem.Builder createdAt​(Instant createdAt)

        The threshold for the calculated attribute.

        Parameters:
        createdAt - The threshold for the calculated attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        ListCalculatedAttributeDefinitionItem.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The timestamp of when the calculated attribute definition was most recently edited.

        Parameters:
        lastUpdatedAt - The timestamp of when the calculated attribute definition was most recently edited.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        ListCalculatedAttributeDefinitionItem.Builder tags​(Map<String,​String> tags)

        The tags used to organize, track, or control access for this resource.

        Parameters:
        tags - The tags used to organize, track, or control access for this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.