Interface MemberFabricConfiguration.Builder

    • Method Detail

      • adminUsername

        MemberFabricConfiguration.Builder adminUsername​(String adminUsername)

        The user name for the member's initial administrative user.

        Parameters:
        adminUsername - The user name for the member's initial administrative user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • adminPassword

        MemberFabricConfiguration.Builder adminPassword​(String adminPassword)

        The password for the member's initial administrative user. The AdminPassword must be at least 8 characters long and no more than 32 characters. It must contain at least one uppercase letter, one lowercase letter, and one digit. It cannot have a single quotation mark (‘), a double quotation marks (“), a forward slash(/), a backward slash(\), @, or a space.

        Parameters:
        adminPassword - The password for the member's initial administrative user. The AdminPassword must be at least 8 characters long and no more than 32 characters. It must contain at least one uppercase letter, one lowercase letter, and one digit. It cannot have a single quotation mark (‘), a double quotation marks (“), a forward slash(/), a backward slash(\), @, or a space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.