Interface HierarchyGroup.Builder

    • Method Detail

      • id

        HierarchyGroup.Builder id​(String id)

        The identifier of the hierarchy group.

        Parameters:
        id - The identifier of the hierarchy group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        HierarchyGroup.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the hierarchy group.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the hierarchy group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        HierarchyGroup.Builder name​(String name)

        The name of the hierarchy group.

        Parameters:
        name - The name of the hierarchy group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • levelId

        HierarchyGroup.Builder levelId​(String levelId)

        The identifier of the level in the hierarchy group.

        Parameters:
        levelId - The identifier of the level in the hierarchy group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hierarchyPath

        HierarchyGroup.Builder hierarchyPath​(HierarchyPath hierarchyPath)

        Information about the levels in the hierarchy group.

        Parameters:
        hierarchyPath - Information about the levels in the hierarchy group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

        The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

        Parameters:
        tags - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        HierarchyGroup.Builder lastModifiedTime​(Instant lastModifiedTime)

        The timestamp when this resource was last modified.

        Parameters:
        lastModifiedTime - The timestamp when this resource was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedRegion

        HierarchyGroup.Builder lastModifiedRegion​(String lastModifiedRegion)

        The Amazon Web Services Region where this resource was last modified.

        Parameters:
        lastModifiedRegion - The Amazon Web Services Region where this resource was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.