Interface Group.Builder

    • Method Detail

      • id

        Group.Builder id​(String id)

        The unique ID of the group.

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

        Group.Builder name​(String name)

        The name of the group.

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

        Group.Builder arn​(String arn)

        The ARN of the group.

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

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

        The list of key-value pairs that are associated with the canary.

        Parameters:
        tags - The list of key-value pairs that are associated with the canary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        Group.Builder createdTime​(Instant createdTime)

        The date and time that the group was created.

        Parameters:
        createdTime - The date and time that the group was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        Group.Builder lastModifiedTime​(Instant lastModifiedTime)

        The date and time that the group was most recently updated.

        Parameters:
        lastModifiedTime - The date and time that the group was most recently updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.