Class Group.Builder

  • All Implemented Interfaces:
    software.amazon.jsii.Builder<Group>
    Enclosing class:
    Group

    @Stability(Stable)
    public static final class Group.Builder
    extends Object
    implements software.amazon.jsii.Builder<Group>
    A fluent builder for Group.
    • Method Detail

      • name

        @Stability(Stable)
        public Group.Builder name​(String name)
        The name of the group.

        Parameters:
        name - The name of the group. This parameter is required.
        Returns:
        this
      • build

        @Stability(Stable)
        public Group build()
        Specified by:
        build in interface software.amazon.jsii.Builder<Group>