Interface Group.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Group.Builder,Group>, SdkBuilder<Group.Builder,Group>, SdkPojo
Enclosing class:
Group

public static interface Group.Builder extends SdkPojo, CopyableBuilder<Group.Builder,Group>
  • Method Details

    • 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

      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

      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.